Last active
May 5, 2020 09:40
-
-
Save BeMg/09671a5196f6f87f6043df8b3fd7a76a to your computer and use it in GitHub Desktop.
ti-opencl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PATH=$PATH:/fast-playground3/piyou/OpenCL/TI-OpenCL/ti/nextgate/linux-devkit/sysroots/armv7at2hf-neon-linux-gnueabi/bin:/fast-playground3/piyou/OpenCL/TI-OpenCL/ti/GCC5/install/bin \ | |
USE_EXTERNAL_FW_REPO=1 \ | |
BUILD_EVE_FIRMWARE=0 \ | |
XDC_DIR=/fast-playground3/piyou/OpenCL/TI-OpenCL/ti/xdctools_3_50_07_20_core \ | |
TI_OCL_CGT_INSTALL=/fast-playground3/piyou/OpenCL/TI-OpenCL/ti/ti-cgt-c6000_8.2.3 \ | |
TI_OCL_M4_CGT_INSTALL=/fast-playground3/piyou/OpenCL/TI-OpenCL/ti/ti-cgt-arm_16.9.2.LTS \ | |
LINUX_DEVKIT_ROOT=/fast-playground3/piyou/OpenCL/TI-OpenCL/ti/nextgate/linux-devkit/sysroots/armv7at2hf-neon-linux-gnueabi \ | |
X86_LLVM_DIR=/fast-playground3/piyou/OpenCL/TI-OpenCL/ti/ti-llvm/install.x86 \ | |
ARM_LLVM_DIR=/fast-playground3/piyou/OpenCL/TI-OpenCL/ti/ti-llvm/install.arm \ | |
DESTDIR=/fast-playground3/piyou/OpenCL/TI-OpenCL/ti/ocl-build \ | |
make BUILD_AM57=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PATH=$PATH:/home/bemg/ti/nextgate/linux-devkit/sysroots/armv7at2hf-neon-linux-gnueabi/bin:/home/bemg/ti/nextgate/linux-devkit/sysroots/x86_64-arago-linux/usr/bin:/home/bemg/ti/GCC5/install/bin \ | |
USE_EXTERNAL_FW_REPO=1 \ | |
BUILD_EVE_FIRMWARE=0 \ | |
XDC_DIR=/home/bemg/ti/xdctools_3_50_07_20_core \ | |
TI_OCL_CGT_INSTALL=//home/bemg/ti/ti-cgt-c6000_8.2.3 \ | |
TI_OCL_M4_CGT_INSTALL=/home/bemg/ti/ti-cgt-arm_16.9.2.LTS \ | |
LINUX_DEVKIT_ROOT=/home/bemg/ti/nextgate/linux-devkit/sysroots/armv7at2hf-neon-linux-gnueabi \ | |
X86_LLVM_DIR=/home/bemg/ti/ti-llvm/install.x86 \ | |
ARM_LLVM_DIR=/home/bemg/ti/ti-llvm/install.arm \ | |
DESTDIR=/home/bemg/ti/ocl-build \ | |
make BUILD_AM57=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment