1. Texture functions are now compiling fine
2. Fixed hipFuncCache to hipFuncCache_t
Change-Id: I8f815887e4de43ee115bbaff249905b236541c39
[ROCm/clr commit: 2611de2477]
1. Texture functions are now compiling fine
2. Fixed hipFuncCache to hipFuncCache_t
Change-Id: I8f815887e4de43ee115bbaff249905b236541c39
[ROCm/hip commit: 2412c9a061]
SWDEV-2 - Change OpenCL version number from 2281 to 2282.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2028 edit
[ROCm/clr commit: 0f0ec2c5c7]
SWDEV-2 - Change OpenCL version number from 2281 to 2282.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2028 edit
1. Changed test macro to emit line numbers
2. Added getcacheconfig api test for nvcc path
3. Fixed hipFuncCache_t data type
TODO: With this commit, right now there are 2 func cache datatypes
a. hipFuncCache_t for runtime API
b. hipFuncCache for driver API
Map these to a single data type
Change-Id: Ia47c9f5d7c2633638051bf17b1103048a1ede973
[ROCm/clr commit: b3c16ea7b5]
1. Changed test macro to emit line numbers
2. Added getcacheconfig api test for nvcc path
3. Fixed hipFuncCache_t data type
TODO: With this commit, right now there are 2 func cache datatypes
a. hipFuncCache_t for runtime API
b. hipFuncCache for driver API
Map these to a single data type
Change-Id: Ia47c9f5d7c2633638051bf17b1103048a1ede973
1. Changed test macro to emit line numbers
2. Added getcacheconfig api test for nvcc path
3. Fixed hipFuncCache_t data type
TODO: With this commit, right now there are 2 func cache datatypes
a. hipFuncCache_t for runtime API
b. hipFuncCache for driver API
Map these to a single data type
Change-Id: Ia47c9f5d7c2633638051bf17b1103048a1ede973
[ROCm/hip commit: afaa5fcf96]
1. Changed test macro to emit line numbers
2. Added getcacheconfig api test for nvcc path
3. Fixed hipFuncCache_t data type
TODO: With this commit, right now there are 2 func cache datatypes
a. hipFuncCache_t for runtime API
b. hipFuncCache for driver API
Map these to a single data type
Change-Id: Ia47c9f5d7c2633638051bf17b1103048a1ede973
1. Added copyright to all new tests
2. Added test for hipDeviceGetAttribute
Change-Id: I7a070c5b8316ef6575b3f4c49bda2769aea2a7c4
[ROCm/clr commit: e0aba8647f]
1. Added copyright to all new tests
2. Added test for hipDeviceGetAttribute
Change-Id: I7a070c5b8316ef6575b3f4c49bda2769aea2a7c4
[ROCm/hip commit: 0edc082ff6]
SWDEV-2 - Change OpenCL version number from 2280 to 2281.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2027 edit
[ROCm/clr commit: d145efcfad]
SWDEV-2 - Change OpenCL version number from 2280 to 2281.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2027 edit
SWDEV-2 - Change OpenCL version number from 2279 to 2280.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2026 edit
[ROCm/clr commit: 53bbf86f04]
SWDEV-2 - Change OpenCL version number from 2279 to 2280.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2026 edit
SWDEV-104624 - [OCL] Constant explorer.exe crash/reload occurs intermittently after driver uninstall and reinstall of WU driver
Add a check before Runtime::init to gracefully exit the platform discovery routine if the platform is known to fail. The condition is If absolute path of the module is found in the registry (DriverStore path), and the DLL name is also found in the registry, and the same DLL is found in the System directory, then return 0 platform count.
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_icd.cpp#25 edit
[ROCm/clr commit: 324aff16f1]