[general] name = "universal" license = "Apache-2.0" backends = [ "rocm", ] version = 1 edition = 5 [general.hub] repo-id = "Ashiedu/universal" [torch] src = [ "torch-ext/torch_binding.cpp", "torch-ext/torch_binding.h", ] [kernel.universal_rocm] backend = "rocm" depends = ["torch"] rocm-archs = [ "gfx1030", ] src = ["universal_cuda/universal.cu"]