Matthew Cordery
Matthew Cordery
In setting flags during configure via cmake .. \ .. .. -DOpenMP_CXX_FLAGS="-flag1 -flag2" \ .. these get overridden in blt/cmake/thirdparty/SetupOpenMP.cmake after the find_package(OpenMP REQUIRED) call (at least with the compiler...
1. Ifdef fences for ibmxl around omp declare target keeps other compilers from correctly creating device functions. There should be a omp declare target around the ReduceLoc destructor as well....
Hi, just wanted to apprise you of an issue I ran into using an LLVM based compiler (Intel). In the file BLRMatrixMPI.cpp, there are a number of code segments with...
### Problem Description In working on porting a library, I've run in to the situation where I'm only making use of the header files in a library (e.g. .h, .cuh)...
### Problem Description I'm currently trying to port an NVIDIA code to ROCM/HIP using amdclang++ While compiling I've noticed that I'm getting some errors caused by extra space in some...
### Problem Description Installed new version of rocm6.2 after using 6.1 A response from hipcc --version takes nearly a minute This was definitely not the case with 6.1 mcordery@DESKTOP-J13NI0K:~$ time...
### Version 25.02 ### Which installation method(s) does this occur on? _No response_ ### Describe the bug. In compiling 25.02, specifically the file src/prims/detail/per_v_transform_e.cuh, one runs in an error in...