P4 to Git Change 1601829 by marsenau@marsenau-fiji on 2018/09/05 09:00:19
SWDEV-79445 - Stop using -opencl component of triple. This hasn't been needed in a while. Also stop redundantly defining extension macros. Affected files ... ... //depot/stg/opencl/drivers/opencl/opencldefs#231 edit ... //depot/stg/opencl/drivers/opencl/runtime/CMakeLists.txt#10 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcompiler.cpp#24 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/CMakeLists.txt#12 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccompiler.cpp#43 edit
This commit is contained in:
@@ -25,9 +25,7 @@
|
||||
|
||||
#define QUOTE(s) #s
|
||||
#define STRING(s) QUOTE(s)
|
||||
#ifndef AMDGCN_TRIPLE
|
||||
#define AMDGCN_TRIPLE amdgcn-amd-amdhsa-opencl
|
||||
#endif
|
||||
#define AMDGCN_TRIPLE amdgcn-amd-amdhsa
|
||||
|
||||
#if defined(WITH_LIGHTNING_COMPILER)
|
||||
static std::string llvmBin_(amd::Os::getEnvironment("LLVM_BIN"));
|
||||
|
||||
Reference in New Issue
Block a user