Evgeny Mankov

Results 82 comments of Evgeny Mankov

What happened without `-I /opt/rocm/llvm/lib/clang/17.0.0/include/`?

The problem is that hipify-clang is awaiting clang header files in the `17` subfolder (in the newest format), whereas the rocm has an older format of this clang's subfolder: `17.0.0`:...

> Moving on to a more complex file, however, seems to greate more issues: > > ``` > /tmp/aes_cbc.cu-6884ee.hip:199:16: error: redefinition of 'l_te' with a different type: 'const u32 *'...

Could you provide us with more details on what you mean by "migrate or generate" Makefile/build, please?

Which HIPIFY tool were you using?

Hello, @alvin546, First, sorry for the delayed answer. > While attempting to migrate it using HIPIFY, I've observed that the tool exclusively recognizes .cu files for conversion. It is not...

Closed as answered.

The issue is still reproducible on the latest LLVM clang. There were some efforts, like https://reviews.llvm.org/D110089, from the LLVM community to support CUDA textures/surfaces, but it looks like they are...