SWDEV-127386 - Revert to HSAIL instead of LC
- Make it possible to override the path to components used by OpenCL by using variables.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/build/Makefile.api#159 edit
... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/complibdefs#9 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/complibdefs#52 edit
... //depot/stg/opencl/drivers/opencl/opencldefs#209 edit
... //depot/stg/opencl/drivers/opencl/runtime/build/Makefile.runtime#69 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/build/Makefile.oclrocm#18 edit
[ROCm/clr commit: 1f16a55a7b]
SWDEV-2 - Change OpenCL version number from 2476 to 2477.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2224 edit
[ROCm/clr commit: b5c8bb7846]
SWDEV-2 - Change OpenCL version number from 2475 to 2476.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2223 edit
[ROCm/clr commit: f36b7d8030]
SWDEV-2 - Change OpenCL version number from 2474 to 2475.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2222 edit
[ROCm/clr commit: 1d7462b716]
SWDEV-2 - Change OpenCL version number from 2473 to 2474.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2221 edit
[ROCm/clr commit: 77376bcf0b]
SWDEV-2 - Change OpenCL version number from 2472 to 2473.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2220 edit
[ROCm/clr commit: 18cb009335]
The test needs some more modifications before it is ready for building
on nvcc path. Disabling it for now so that the pull request can be
merged.
Change-Id: I19a894fcda7b2159f86a4e4e95a409c5655d3760
[ROCm/clr commit: 0d537f9966]
SWDEV-2 - Change OpenCL version number from 2471 to 2472.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2219 edit
[ROCm/clr commit: f0156efc5b]
aligned.
In hcc_am, a bigger buffer will be allocated for alignment purpose
and _unalignedDevicePointer is added in struct AmPointerInfo for
original allocated address.
[ROCm/clr commit: e4de2d1138]
SWDEV-2 - Change OpenCL version number from 2470 to 2471.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2218 edit
[ROCm/clr commit: fefb3cdd96]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Restore the change in CL#1444178, was - Use the internal libelf instead of the system's when building with cmake.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#10 edit
[ROCm/clr commit: b6c867ed8b]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Disable LLVM object compression. Allows closed source LLVM binaries to run with the open source runtime
- Define the DEBUG macro for Debug build types
- Use the prepared amdgcn lib instead of the static lib when generating the .bc includes for the runtime.
Affected files ...
... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#14 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#9 edit
... //depot/stg/opencl/drivers/opencl/runtime/CMakeLists.txt#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/CMakeLists.txt#8 edit
[ROCm/clr commit: f27162ba57]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Disable LLVM object compression. Allows closed source LLVM binaries to run with the open source runtime
- Define the DEBUG macro for Debug build types
- Use the prepared amdgcn lib instead of the static lib when generating the .bc includes for the runtime.
Affected files ...
... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#14 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#9 edit
... //depot/stg/opencl/drivers/opencl/runtime/CMakeLists.txt#6 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/CMakeLists.txt#8 edit
[ROCm/clr commit: c0cdecf544]
1) hipSetDevice sets a flag so that next call to hipCtxGetCurrent returns primary context on current device
2) hipCtxGetCurrent returns primary context on current device if TLS context stack is empty
3) hipCtxPopCurrent falls back to primary context on current device as default
4) hipCtxPushCurrent, hipCtxSetCurrent and hipCtxCreate reset the flag set in hipSetDevice
[ROCm/clr commit: c4e9323877]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Use the internal libelf instead of the system's when building with cmake.
- Don't include codecvt if WITH_LIQUID_FLASH is not defined
- Don't memset the device::Kernel::workGroupInfo_, there's a std::string in it. The constructor already zeroes all the fields.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#8 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp#21 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.cpp#25 edit
[ROCm/clr commit: bc473f8a3c]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Use the internal libelf instead of the system's when building with cmake.
- Don't include codecvt if WITH_LIQUID_FLASH is not defined
- Don't memset the device::Kernel::workGroupInfo_, there's a std::string in it. The constructor already zeroes all the fields.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#8 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp#21 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.cpp#25 edit
[ROCm/clr commit: fdba30e5cc]
SWDEV-2 - Change OpenCL version number from 2469 to 2470.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2217 edit
[ROCm/clr commit: 11d000a8c4]
SWDEV-79278 - [OCL][PAL] use HwPipeBottom to query the start time of an event.
The reason is that if there are many dispatches run in a loop with profiling enabled, then it is possible that the HwPipeStart of an event can occur before the HwPipeBottom of the previous dispatch and this will affect the timing reported by profiling.
ReviewBoardURL = http://ocltc.amd.com/reviews/r/13242/diff/1/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paltimestamp.cpp#3 edit
[ROCm/clr commit: 543cc3223a]
SWDEV-2 - Change OpenCL version number from 2468 to 2469.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2216 edit
[ROCm/clr commit: bc2edb53b1]
SWDEV-2 - Change OpenCL version number from 2467 to 2468.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2215 edit
[ROCm/clr commit: 5c3633dd1f]
SWDEV-95919 - Expose all counters PAL supports.
At the request from CodeXL, and with the counter block index list provided by CodeXL.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcounters.cpp#13 edit
[ROCm/clr commit: 47b228ee67]
SWDEV-2 - Change OpenCL version number from 2466 to 2467.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2214 edit
[ROCm/clr commit: e758c4da35]