ROCm / HIPIFY

HIPIFY: Convert CUDA to Portable C++ Code
https://rocm.docs.amd.com/projects/HIPIFY/en/latest/
MIT License
503 stars 70 forks source link

[HIPIFY] File extension '.C' recognition #84

Closed zjin-lcf closed 3 years ago

zjin-lcf commented 4 years ago

It seems that the file extension '.C' is not recognized by the hip toolchain to examine the CUDA APIs.

emankov commented 4 years ago

Do you mean hipify-clang -examine or what?

zjin-lcf commented 4 years ago

I tried hipexamine-perf.sh

emankov commented 4 years ago

Both hipexamine-perl and hipexamine support *.c extension. Could you please be more concrete: provide your usecase.

emankov commented 4 years ago

Ping

emankov commented 4 years ago

Closing it as "not a bug" after double-checking.

zjin-lcf commented 3 years ago

Sorry I didn't reply at that time. For example, hipconvertinplace-perl.sh couldn't recognize a file with '.C'. It is '.C' not '.c'.

emankov commented 3 years ago

Uppercase file extensions recognition support is added (#242).