[fix](test): fix import kt-kernel

This commit is contained in:
xwy-amd8 2025-12-17 10:00:13 +00:00
parent 661e19a8e5
commit 70739cefba
33 changed files with 1063 additions and 1151 deletions

View file

@ -15,7 +15,7 @@ from abc import ABC, abstractmethod
import os
import ctypes
import kt_kernel_ext
from kt_kernel import kt_kernel_ext
class KExpertsCPUBuffer: