Mészáros Gergely
Mészáros Gergely
Benchmark fails to configure when using clang++ (non cl) using CMake 3.24. - OS: Windows 11 - Compiler and version: Clang 15 (gcc compatible driver) - Earlier versions most likely...
The size of an installation for compiling hip applications on a rocm platform is quite large. ```sh sudo apt install rocm-hip-runtime-dev du -sh /opt/rocm-5.0.0/ ``` Result: ``` 3.6G /opt/rocm-5.0.0/ ```...
# rocRAND google benchmark integration This pull request includes an initiative to replacing the current benchmark system with Google benchmark. Google benchmark has a number of advantages over the current...
Noticed this while working on #108. The `rocm-find-program-version` test was failing at my machine because the cmake version I was using to configure rocm-cmake was not the first in my...
cc @saadrahim
Profiling application parsing using `parseThat` I have the following report for the [petsc](https://gitlab.com/petsc/petsc) library: perf ```plaintext > time parseThat/parseThat --binary-edit=libpetsc.so -p 1 337.99s user 27.72s system 213% cpu 2:51.59 total...
The HIP porting guide and HIP Kernel porting guide would have a better place next to the hipify documentation, currently it is hosted with the HIP documentation. cc: @saadrahim
When xnack mode is enabled (on supported hardware i.e. MI100, MI200 series), using hypre will result in: ```plaintext :0:rocdevice.cpp :2647: 531282443361 us: 2170233: [tid:0x7fa7feccf700] Device::callbackQueue aborting with error : HSA_STATUS_ERROR_MEMORY_APERTURE_VIOLATION:...
Omnitrace could have an option to do binary rewrite on object files, and an option to intercept a compiler invocation to rewrite the file after it was compiled similar to...