Unverified Commit 45c87e08 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix undefined symbol cudaGetDriverEntryPointByVersion (#3372)

parent 2b1808ce
import ctypes
import os
if os.path.exists("/usr/local/cuda/targets/x86_64-linux/lib/libcudart.so.12"):
ctypes.CDLL(
"/usr/local/cuda/targets/x86_64-linux/lib/libcudart.so.12",
mode=ctypes.RTLD_GLOBAL,
)
from sgl_kernel.ops import (
apply_rope_with_cos_sin_cache_inplace,
bmm_fp8,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment