mirror of
https://github.com/vllm-project/vllm.git
synced 2026-08-09 07:18:09 +00:00
6 lines
216 B
C++
6 lines
216 B
C++
#include "core/registration.h"
|
|
|
|
// QuTLASS registers torch.ops._qutlass_C via TORCH_LIBRARY in bindings.cpp.
|
|
// This stub lets Python import vllm._qutlass_C to trigger op registration.
|
|
REGISTER_EXTENSION(_qutlass_C)
|