【求助】K3上导入triton报错

在 K3 上导入 spine-triton 会报错:

python t2.py 
terminate called after throwing an instance of 'std::runtime_error'
  what():  failed to initialize TCM runtime; require exclusive card for accurate performance testing
已中止                  python t2.py

只要导入triton就会这样,上面的 t2.py 只有两行:

# t2.py
import torch
import triton

triton 3.6.0+spacemit.a5
python 3.13.12