You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the command " luarocks make rocks/cunn-scm-1.rockspec " i have the following error:
/Users/amouizina/cunn/lib/THCUNN/generic/FusedRNNKernel.cu(497): error: explicit instantiation definition directive for global functions with clang host compiler is not yet supported
My current version of Clang is :
Apple LLVM version 8.0.0 (clang-800.0.38)
Target: x86_64-apple-darwin16.3.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Any idea on how to fix this issue ?
The text was updated successfully, but these errors were encountered:
When I run the command " luarocks make rocks/cunn-scm-1.rockspec " i have the following error:
/Users/amouizina/cunn/lib/THCUNN/generic/FusedRNNKernel.cu(497): error: explicit instantiation definition directive for global functions with clang host compiler is not yet supported
My current version of Clang is :
Apple LLVM version 8.0.0 (clang-800.0.38)
Target: x86_64-apple-darwin16.3.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Any idea on how to fix this issue ?
The text was updated successfully, but these errors were encountered: