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]
SWDEV-2 - Change OpenCL version number from 2535 to 2536.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2283 edit
[ROCm/clr commit: 2423e81f6f]
SWDEV-137599 - [OCL/LC] OCLLiquidFlash test on Vega10 Linux causing system to hang
- Don't report the LiquidFlash extension by default. Runtime will detect amdgpu-pro interfaces later and report the extension if available.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#28 edit
[ROCm/clr commit: 21789b3434]
Support re-recording of same event by different threads.
- Add criticalData structure to hipEvent_t, similar to mechanism used
for streams, contexts, device. Events are always locked
after streams to avoid deadlock.
- ihipEvent_t::locked_copyCrit can be used to copy critical state
including marker. The critical state in the event can then
be re-recorded.
- refactor hipEventElapsedTime. Remmove stale debug code, native signal
refs.
[ROCm/clr commit: 955cfbfdc7]
Cmake supports several builtin command-line tools. These tools can
now be specified as part of the HIT block. These commands will be
run during cmake configure step.
Change-Id: I32466c94b2fe1ecdc30249755fc027102295617d
[ROCm/clr commit: f92648e447]
SWDEV-2 - Change OpenCL version number from 2534 to 2535.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2282 edit
[ROCm/clr commit: 1504bc58d0]