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
请问如何运行tests下各种测试脚本(比如gemm_test.py)?
注意到里面都有这一行 torch.classes.load_library(os.environ['TEST_SRCDIR'] + "/maga_transformer/tests/libtest_ops.so"),但是libtest_ops.so和TEST_SRCDIR没有给出,也没有指引,求解答!
torch.classes.load_library(os.environ['TEST_SRCDIR'] + "/maga_transformer/tests/libtest_ops.so")
The text was updated successfully, but these errors were encountered:
直接bazel test + target就好了;当然最新版需要改成bazelisk test + target
Sorry, something went wrong.
No branches or pull requests
请问如何运行tests下各种测试脚本(比如gemm_test.py)?
注意到里面都有这一行
torch.classes.load_library(os.environ['TEST_SRCDIR'] + "/maga_transformer/tests/libtest_ops.so")
,但是libtest_ops.so和TEST_SRCDIR没有给出,也没有指引,求解答!The text was updated successfully, but these errors were encountered: