Jon Chesterfield
Jon Chesterfield
Destroying the queues would fix an assert with a debug rocr for openmp offloading applications, inc/scratch_cache.h:112: rocr::AMD::ScratchCache::~ScratchCache(): Assertion `map.empty() && "ScratchCache not empty at shutdown."' failed.
Reported out of band by Devito a week ago, creating a ticket to help avoid it getting lost. Quoting from the slack channel, Devito observed spurious segfaults while running a...
E.g. https://github.com/ROCm-Developer-Tools/llvm-project/pull/93 It's line noise. I don't have permissions to delete it.
ROCr uses a debug_print() macro to say useful things during execution. There's also a debug_warning which is similar. ``` #ifdef NDEBUG #define debug_print(fmt, ...) do { } while (false) #else...
### Problem Description Nested deep within the rocr cmake are lines like `find_package(Clang REQUIRED HINTS ${CMAKE_PREFIX_PATH}/llvm PATHS /opt/rocm/llvm )` https://github.com/ROCm/ROCR-Runtime/blob/3ca6209de17a63d1c949852a314a99a3ff809e6e/src/core/runtime/blit_shaders/CMakeLists.txt#L48 https://github.com/ROCm/ROCR-Runtime/blob/3ca6209de17a63d1c949852a314a99a3ff809e6e/src/core/runtime/trap_handler/CMakeLists.txt#L46 If the clang/llvm that finds is different to the...
### Description of errors I've been trying to follow "option 2", the non-docker build, and there are multiple packages that it requires that do not seem to be documented. I...
### Problem Description The rocprof bash script installed under bin/rocprof sets path to `export PATH=.:$PATH`. I think this is intended to put the current directory on the path such that...