Files
rocm-systems/projects
Evgeny Mankov 3dcd27d0b1 Fix the limitation of supported input files.
Actually .cu and .cuda was supported.

+ All the file names are allowed, including file names without extension.

[IMPORTANT]
To hipify CUDA input file, which name is not *.cu, please add option "-x cuda" after tool's options ending marker "--", for instance:

./hipify-clang NeuralNet -- -x cuda

This option will go to clang itself, not the hipify tool.


[ROCm/clr commit: a81dfc5a0f]
2016-12-08 20:28:43 +03:00
..