Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YtongXie/UniMiSS-code
/ get_kernel
Method
get_kernel
UniMiSSPlus/pycuda_drr/pydrr/KernelModule.py:24–25 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
22
return
kernel_func
23
24
def
get_kernel(self, name):
25
return
self.kernels[name]
26
27
def
verify_attributes(self, attrs):
28
if
not attrs:
# Attributes are empty
Callers
2
__init__
Method · 0.80
set_current_kernel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected