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 have been working on candle-vllm and realized their implementation used cudaFuncSetAttribute and cudaFuncAttributeMaxDynamicSharedMemorySize to set the max shared memory size. How could I emulate this behavior in Rust using this framework?
The text was updated successfully, but these errors were encountered:
I have been working on candle-vllm and realized their implementation used cudaFuncSetAttribute and cudaFuncAttributeMaxDynamicSharedMemorySize to set the max shared memory size. How could I emulate this behavior in Rust using this framework?
Hello @coreylowman,
I have been working on
candle-vllm
and realized their implementation usedcudaFuncSetAttribute
andcudaFuncAttributeMaxDynamicSharedMemorySize
to set the max shared memory size. How could I emulate this behavior in Rust using this framework?The text was updated successfully, but these errors were encountered: