Missing includes are set explicitly.
Workaround is switched on by default, to disable it set HCC_SYS_INCLUDES_WA=0.
WA will be removed after fixing [SWDEV-105366].
[ROCm/clr commit: 5c7146eb62]
SWDEV-2 - Change OpenCL version number from 2247 to 2248.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1994 edit
[ROCm/clr commit: eb14ecc487]
SWDEV-102761 - [CQE OCL][OpenCL on PAL] Few WF Conformance tests are stuck in middle/hardhang while running using csv file
- Disable non-user mode queue. There is a hang and deadlock in OS if a mix of user and non-user queues is used.
- Wait for the fence longer if PAL returned a timeout error
- Slightly change CB warmup code to avoid PAL overhead on the first submit
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#24 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#14 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#30 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#14 edit
[ROCm/clr commit: 1a3e93121d]
SWDEV-2 - Change OpenCL version number from 2246 to 2247.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1993 edit
[ROCm/clr commit: 27cbd2878b]
SWDEV-2 - Change OpenCL version number from 2245 to 2246.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1992 edit
[ROCm/clr commit: bd3f24ea4f]
SWDEV-2 - Change OpenCL version number from 2244 to 2245.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1991 edit
[ROCm/clr commit: 8fd439aca9]
- Add PASSED/FAIL indication.
- Set args using struct rather than void* array.
Change-Id: Ic924f88c49cc46979b12b7fef8650081e3b5f58c
[ROCm/clr commit: 4668a08783]
SWDEV-2 - Change OpenCL version number from 2243 to 2244.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1990 edit
[ROCm/clr commit: c6cb005603]
SWDEV-86035 - Support for PAL Linux build
Affected files ...
... //depot/stg/opencl/drivers/opencl/appprofiles/brahma/apl.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcounters.cpp#6 edit
[ROCm/clr commit: 7b1e7df79c]
SWDEV-2 - Change OpenCL version number from 2242 to 2243.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1989 edit
[ROCm/clr commit: 763f18c702]
SWDEV-102549 - Fix change comma seperated fields for the string values when the MS FileVersion is dot-seperated
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/amdocl.rc#5 edit
[ROCm/clr commit: 8e0cd3f71b]
1. hipDeviceGetLimit API for HCC path is added
2. Test for hipDeviceGetLimit API is added
3. The feature added only supports querying heap size
4. Corrected indents for malloc and free device functions
5. Removed redundant data structures
6. Added g_heap_malloc_size to store the heap size
Change-Id: If48d1b0ce9270e994f1c542cc283ddbb14746bbb
[ROCm/clr commit: e5325a1ab4]
1. Added malloc and free device functions
2. Added test which check malloc and free functions
TODO: Need to add support for multiple device. Works only on one device (multi device support id NOT available).
Change-Id: Id11fc36463915d6ad46c264d5a20c8feb2d2c17c
[ROCm/clr commit: 2918ff273d]
SWDEV-102937, SWDEV-103130 - Set agent acquire fence all the time in dispatch
Misunderstanding of fence acquire and release: The fence release doesn't mean another dispatch will wait. So we need to set the acquire in the dispatch kernel even if we insert a barrier packet to try to sync.
We could try to fix this by including the memory tracking to all the image/buffer operations provided by OpenCL (ReadImage, WriteImage, etc.) but that's a much bigger change and not what it's in place right now at all.
ReviewBoardURL = http://ocltc.amd.com/reviews/r/11508/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#15 edit
[ROCm/clr commit: da9d770820]
SWDEV-104875 - ROCm/HSA: use the finalizer from source tree
Right now ROCm/HSA uses finalizer from the HSA RT installed.
This finalizer version has outdated stale SC sources.
At the same time source tree has fresh finalizer sources matching ORCA.
The offline tool amdhsafin is built from that sources.
This change switches from HSA RT finalizer to the in tree finalizer.
Testing: precheckin
Reviewed by Laurent Morichetti and Evgeny Mankov
Affected files ...
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.cpp#20 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#39 edit
[ROCm/clr commit: 9385a3778f]
SWDEV-2 - Change OpenCL version number from 2241 to 2242.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1988 edit
[ROCm/clr commit: 8441ead1e6]