Establish the Mojo 1.0 integration gate
This commit is contained in:
6
tools/mojo-spike/gpu_host.mojo
Normal file
6
tools/mojo-spike/gpu_host.mojo
Normal file
@@ -0,0 +1,6 @@
|
||||
from max.gpu.host import DeviceContext
|
||||
|
||||
|
||||
def main() raises:
|
||||
var context = DeviceContext()
|
||||
print(context.name())
|
||||
Reference in New Issue
Block a user