-
Hi,
I'm trying to migrate some gemm example from cuda to hip.
hipify-perl migrate cublas to hipblas, and hipblas was an experimental BLAS implementation for ROCm and has been DEPRECATED.
That mean…
-
I have clang 13 installed after a recent system update.
```
==> Making package: hipify-clang 4.5.0-1 (Mon 15 Nov 2021 01:58:52 PM MSK)
==> Checking runtime dependencies...
==> Checking buildtime…
-
[Error log]
```cmd
/usr/bin/ld: /home/toltec/git/llvm/trunk/dist/lib/libclangDriver.a(MSVC.cpp.o): in function `clang::driver::toolchains::MSVCToolChain::getSubDirectoryPath[abi:cxx11](llvm::SubDire…
-
## 🐛 Bug
Hippify script (for ROCm build) does not work.
## To Reproduce
Steps to reproduce the behavior:
1. Install ROCm 4.5 (I followed [this instruction](https://rocmdocs.amd.com/en/late…
-
Using arch4edu repo, I get the following build error
yay -S rocm-hip-sdk rocm-opencl-sdk
```
[ 40%] Building CXX object src/CMakeFiles/rocclr.dir/home/gene/.cache/yay/hip-runtime-amd/src/ROCclr…
-
![image](https://user-images.githubusercontent.com/22990858/145747144-90638faf-e14e-4dba-8df3-ca44fe43eaf3.png)
![image](https://user-images.githubusercontent.com/22990858/145750755-9df8246b-4f52-4…
-
The documentation claims
> The binary can then be found at ./dist/bin/hipify-clang.
However this is not true because the "bin" folder is not passed at https://github.com/ROCm-Developer-Tools/HIPIF…
-
Using HIPIFY to process the _simpleCubemapTexture_ example shipped in the CUDA 10.2 toolkit (commands: `cd /path/to/NVIDIA_CUDA-10.2_Samples/0_Simple/simpleCubemapTexture; hipify-clang simpleCubemapTe…
-
Ran `hipify-clang /path/to/NVIDIA_CUDA-10.2_Samples/0_Simple/simpleSurfaceWrite/simpleSurfaceWrite.cu --skip-excluded-preprocessor-conditional-blocks -- -I/path/to/NVIDIA_CUDA-10.2_Samples/common/inc…
-
Does this repo change the default of `-std=c++` for `clang++`?
I am trying to transition to the `clang++` + `hip::device` target logic (#2275) with ECP AMReX & ECP WarpX.
The compiler identifies a…