-
It would be useful if `hipify-perl` would support a `--help` option, to give information about basic usage, and to print all supported options (like `--inplace`).
```
$ hipify-perl --help
Unknown…
-
I am working on an hipFFT wrapper for an HPC library, where I basically hipified our cuFFT wrapper code 1:1 (only replacing 64 bit calls by 32 bit calls). The CUDA and HIP-CUDA tests work and give cor…
-
## Goal
The goal of this issue is to track overall progress toward eliminating the use of the terms *whitelist* and *blacklist* from the PyTorch codebase. The recommended replacements for these terms…
-
CMakeFiles/hipify-clang.dir/src/ArgParse.cpp.o: In function `_GLOBAL__sub_I_ArgParse.cpp':
ArgParse.cpp:(.text.startup+0xe8): undefined reference to `vtable for llvm::cl::OptionValue'
ArgParse.cpp:(…
-
The Ubuntu deb packages change while retaining the same version, e.g. for `llvm-amdgpu` for ROCm 4.0, which is unchanged at 12.0dev from ROCm 3.10 (at least).
Now, you officially instruct to remove …
-
The current version of LAMMPS is compiled with the opencl variant of the gpu_package under Ubuntu 18.04 (14.15 kernel) with ROCm 2.2. There is one Radeon VII GPU in the system.
The standard ```exam…
-
It seems that the file extension '.C' is not recognized by the hip toolchain to examine the CUDA APIs.
-
`hipify-clang -doc` (+ file format options like `-csv` or `-md`) should generate [documentation files](https://github.com/ROCm-Developer-Tools/HIPIFY/blob/master/README.md#-supported-cuda-apis) in the…
-
Hi, I'm on HIP tag [roc-3.0.0](https://github.com/ROCm-Developer-Tools/HIP/releases/tag/roc-3.0.0) and I cannot build [TensorFlow r1.15-rocm](https://github.com/ROCmSoftwarePlatform/tensorflow-upstrea…
-
Hi again,
I've ported my application to HIPCL to work with the shared rather than constant memory, I was using `hipify-clang` applied onto my CUDA source code.
I noticed a strange behavior while a…