SWDEV-2 - Change OpenCL version number from 2100 to 2101.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1847 edit
[ROCm/clr commit: 52e7e4888d]
The completion future of a particular kernel is lost if there are
multiple kernels in the stream. This can cause a racing condition where
the signal associated with the unreferenced completion_future might get
released by hcc runtime.
[ROCm/clr commit: 6773a64b22]
SWDEV-2 - Change OpenCL version number from 2099 to 2100.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1846 edit
[ROCm/clr commit: 655ced5272]
SWDEV-2 - Change OpenCL version number from 2098 to 2099.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1845 edit
[ROCm/clr commit: 3d98c5af33]
- devicereset would lose track of default stream and thus subsequent
synchronization calls might not actually sychronize.
- Also deviceReset now correctly frees streams.
- fix waits in P2P staging copy - first phase (Device0-to-Staging) must
wait for second phase (Staging to Device1) to finish draining the
buffer.
[ROCm/clr commit: 6abfa13c34]
SWDEV-2 - Change OpenCL version number from 2097 to 2098.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1844 edit
[ROCm/clr commit: 5a16db75f5]
SWDEV-2 - Change OpenCL version number from 2096 to 2097.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1843 edit
[ROCm/clr commit: cd1c5dc06e]
- add P2P staging buffer copy.
- If copy device does not have sufficient access permissions, fall back
to staging buffer.
- improve docs for which copy device is used.
[ROCm/clr commit: c3bd85595d]
SWDEV-2 - Change OpenCL version number from 2095 to 2096.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1842 edit
[ROCm/clr commit: ab6f8803b0]
SWDEV-92245 - [CQE OCL][QR][G] Multiple 32/64 bit Bolt sample crashes on all CPUs. FaultyCL#1257532
- Bolt calls map/unmap with the same region twice. Add a counter for the same region to track that case
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#195 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/device.hpp#272 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#401 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#6 edit
[ROCm/clr commit: 6569fba06d]