-
- OS Ubuntu 18.04
- `clang version 6.0.1-svn334776-1~exp1~20181018152737.116 (branches/release_60)` from official llvm repos
- CUDA 9.0 Patch 4
- HIP: hip_nvcc from repos
- since HIP does not c…
-
To support better modularity, composability, really useful constructs such as classes, lambdas, and templates, compile time polymorphism (**very useful for performance gains over C and has a large fol…
-
Building HIP from sources with cmake option DBUILD_HIPIFY_CLANG=ON picks up LLVM from the system. Instead, I think it should pick what comes delivered with HCC. At least in my case, the system LLVM is…
-
Both hipify-clang and hipify-perl translate kernel lunch line like this:
`sort(d_gpu, result_gpu);`
to
` hipLaunchKernelGGL(sort, dim3(1), dim3(512), 0, 0, d_gpu, result_gpu);`
which leads to fo…
-
hcc deprecated !
please use hipcc instead hcc
and instead obsolete hcc platform use rocclr in all ebuilds
and bump hip to last version 3.5.1
-
After installing the `hip-nvcc` package and running `hipcc -h`, I get this error:
```
Can't exec "/opt/rocm/hcc/bin/hcc": No such file or directory at /usr/bin/hipcc line 245.
Use of uninitialized …
-
The failures are similar, occurred on Linux only and on any LLVM version.
```
******************** TEST 'hipify :: unit_tests/libraries/CAFFE2/caffe2_01.cu' FAILED ********************
Script:
-…
-
I try to run hipify-perl on a CUDA file and get error messages like below. The hipify-perl used was updated by replacement maps exported by hipify-clang with '-perl' option.
```
Unknown regexp modi…
-
STR:
1. Create an empty file called `test.h`
2. Create a file called `test.cpp` containing only `#include "test.h"`
3. Run: `hipify-clang test.cpp -- -x cuda --cuda-path=` - works correctly
4. Run…
-
Currently, input files are hipified in the order of their appearance in the command line. When the in-place mode is used, issues with already hipified headers occur. hipify-clang should be able to sor…