SWDEV-136068 - PAL support for Linux Pro: SSG support on OpenCL 1.2
- Enable LiquidFlash extension when DGMA available only.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#37 edit
[ROCm/clr commit: 0e496d9c9f]
SWDEV-2 - Change OpenCL version number from 2540 to 2541.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2288 edit
[ROCm/clr commit: e7579ebca0]
SWDEV-138242 - [QR] Screen corruption when opening DVR or Radeon Settings overlay in several apps (PUBG, Dirt3, GoW4, etc)
- Fix the mapping entries for 10-bits channel format between the OGL surface formats (hData.format) returned by wglResourceAttachAMD function and the OCL image format. No alpha channel is supported.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevicegl.cpp#8 edit
[ROCm/clr commit: d3a8bbdeb5]
SWDEV-2 - Change OpenCL version number from 2539 to 2540.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2287 edit
[ROCm/clr commit: d0c3f25bf9]
SWDEV-136633 - Remove correlation handle.
Not used by debugger or profiler, dead code.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#47 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.hpp#15 edit
[ROCm/clr commit: 88783fe59b]
SWDEV-137374 - Collecting counters from some TCC, TCP and TA block instances causes kernel to hang
- fixed by using the new AQLProfile feature to obtain precise size for command/data buffers
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccounters.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#46 edit
[ROCm/clr commit: 0e9cee7205]
SWDEV-2 - Change OpenCL version number from 2538 to 2539.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2286 edit
[ROCm/clr commit: 0e891db6e4]
Logging status of hipCtxSynchronize was missing
Test if hip profiling is active for MARKER_END in ihipPostLaunchKernel
Add MARKER_END after the completion of a kernel launched through
the "grid launch"
[ROCm/clr commit: e60a95d7dd]
Much pretty. Very wow
This gives users all the usual power when it comes to manipulating
clang diagnostics. People can pass -Werror can have hipify fail if
it doesn't completely translate a file, for example. Much nicer
than reinventing the wheel.
[ROCm/clr commit: 506deca07f]
Most of what hipify does is really just replacing CUDA idenitifers
with HIP ones. CUDA function calls, preprocessor macro calls,
enum references, types, etc.
This is problematic: calls/types/enum-refs require name resolution
for the AST matcher to work. This fails in the presence of code
deleted by the preprocessor, and in two-pass template compilation.
Instead, we can simply hook the lexer and have it rewrite the
identifiers for us.
This approach means identifier transformations will work correctly
regardless of where they appear (and we get to delete lots of code)
- Fixes#260
- Helps a bit with #207 - it will still fail to translate kernel
calls in preprocessor-ignored code, but everything except kerel
launches should translate correctly now, even in
preprocessor-deleted code.
[ROCm/clr commit: 7a441aef10]
SWDEV-2 - Change OpenCL version number from 2537 to 2538.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2285 edit
[ROCm/clr commit: d2eeaeee14]
SWDEV-133810 - PAL support for Linux Pro w/OpenCL 1.2 support
- Fix a crash in offline compilation. Increase the alignment for sysmem allocation.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#48 edit
[ROCm/clr commit: d779c69dfa]
SWDEV-133810 - PAL support for Linux Pro w/OpenCL 1.2 support
- Fix a crash in multiple device/context test
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#64 edit
[ROCm/clr commit: 0cf1fd6eae]
SWDEV-2 - Change OpenCL version number from 2536 to 2537.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2284 edit
[ROCm/clr commit: f374b5b0d4]