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
I'm trying to build the test code of "TransformerEngine/tests/cpp/".
I created a build directory in that path and ran "cmake .. ", but I get the following error:
WARNING: Package(s) not found: transformer-engine
CMake Error at CMakeLists.txt:33 (find_library):
Could not find TE_LIB using the following names: transformer_engine
What did I miss?
The text was updated successfully, but these errors were encountered:
I'm trying to build the test code of "TransformerEngine/tests/cpp/".
I created a build directory in that path and ran "cmake .. ", but I get the following error:
WARNING: Package(s) not found: transformer-engine
CMake Error at CMakeLists.txt:33 (find_library):
Could not find TE_LIB using the following names: transformer_engine
What did I miss?
The text was updated successfully, but these errors were encountered: