Closed reyoung closed 5 days ago
There are some compile errors in the main branch, like
/app/python/csrc_aot/single_prefill.cu(59): error: namespace "at::cuda" has no member "OptionalCUDAGuard" const at::cuda::OptionalCUDAGuard device_guard(device_of(device)); ^ /app/python/csrc_aot/single_prefill.cu(59): error: identifier "device_of" is undefined const at::cuda::OptionalCUDAGuard device_guard(device_of(device));
cc @yzh119
Thanks for this fix! ref https://github.com/flashinfer-ai/flashinfer/pull/611 I’ll help add build workflow these days. cc @yzh119
There are some compile errors in the main branch, like
cc @yzh119