We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've tried to install HIPIFY on WSL2 environment, but encountered with following error:
[ 2%] Building CXX object CMakeFiles/hipify-clang.dir/src/ArgParse.cpp.o error: unknown target triple 'unknown', please use -triple or -arch make[2]: *** [CMakeFiles/hipify-clang.dir/build.make:76: CMakeFiles/hipify-clang.dir/src/ArgParse.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:219: CMakeFiles/hipify-clang.dir/all] Error 2 make: *** [Makefile:136: all] Error 2
I'm wondering whether HIPIFY supports on WSL2 or is limited to windows and linux environment.
The text was updated successfully, but these errors were encountered:
Hello @alvin546,
First, sorry for the late response.
Currently, WSL2 is not on the list of supported targets, but we can try to figure out what is going wrong with the hipify-clang compilation.
Could you provide us with the whole hipify-clang verbose logs of cmake and make?
Thanks
Sorry, something went wrong.
@alvin546 Do you still need assistance with this ticket? If not, please close the ticket. Thanks!
emankov
No branches or pull requests
I've tried to install HIPIFY on WSL2 environment, but encountered with following error:
[ 2%] Building CXX object CMakeFiles/hipify-clang.dir/src/ArgParse.cpp.o error: unknown target triple 'unknown', please use -triple or -arch make[2]: *** [CMakeFiles/hipify-clang.dir/build.make:76: CMakeFiles/hipify-clang.dir/src/ArgParse.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:219: CMakeFiles/hipify-clang.dir/all] Error 2 make: *** [Makefile:136: all] Error 2
I'm wondering whether HIPIFY supports on WSL2 or is limited to windows and linux environment.
The text was updated successfully, but these errors were encountered: