do we really have kernel for gb300? #17431
Unanswered
baonudesifeizhai
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
print("sgl_kernel root:", root)
print("arch dirs:", [d for d in ["sm90","sm100","sm103","sm110","sm120"] if os.path.isdir(os.path.join(root,d))])
print("common_ops found:", glob.glob(root+"/sm*/common_ops*.so"))
PY
sgl_kernel root: /home/vllm/sglang/.venv/lib/python3.12/site-packages/sgl_kernel
arch dirs: ['sm90', 'sm100']
Beta Was this translation helpful? Give feedback.
All reactions