You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/i18n/ko/src/puzzle_09/first_case.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ First Case: Try to identify what's wrong without looking at the code!
49
49
50
50
stack trace was not collected. Enable stack trace collection with environment variable `MOJO_ENABLE_STACK_TRACE_ON_ERROR`
51
51
Unhandled exception caught during execution: At open-source/max/mojo/stdlib/stdlib/gpu/host/device_context.mojo:2082:17: CUDA call failed: CUDA_ERROR_INVALID_IMAGE (device kernel image is invalid)
52
-
To get more accurate error information, set MODULAR_DEVICE_CONTEXT_SYNC_MODE=true.
52
+
To get more accurate error information, set MODULAR_DEBUG=device-sync-mode.
53
53
/home/ubuntu/workspace/mojo-gpu-puzzles/.pixi/envs/nvidia/bin/mojo: error: execution exited with a non-zero result: 1
Each position should sum its neighbors: [left + center + right]
61
61
stack trace was not collected. Enable stack trace collection with environment variable `MOJO_ENABLE_STACK_TRACE_ON_ERROR`
62
62
Unhandled exception caught during execution: At open-source/max/mojo/stdlib/stdlib/gpu/host/device_context.mojo:2082:17: CUDA call failed: CUDA_ERROR_INVALID_IMAGE (device kernel image is invalid)
63
-
To get more accurate error information, set MODULAR_DEVICE_CONTEXT_SYNC_MODE=true.
63
+
To get more accurate error information, set MODULAR_DEBUG=device-sync-mode.
64
64
/home/ubuntu/workspace/mojo-gpu-puzzles/.pixi/envs/nvidia/bin/mojo: error: execution exited with a non-zero result: 1
Copy file name to clipboardExpand all lines: book/src/puzzle_09/first_case.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ First Case: Try to identify what's wrong without looking at the code!
47
47
48
48
stack trace was not collected. Enable stack trace collection with environment variable `MOJO_ENABLE_STACK_TRACE_ON_ERROR`
49
49
Unhandled exception caught during execution: At open-source/max/mojo/stdlib/stdlib/gpu/host/device_context.mojo:2082:17: CUDA call failed: CUDA_ERROR_INVALID_IMAGE (device kernel image is invalid)
50
-
To get more accurate error information, set MODULAR_DEVICE_CONTEXT_SYNC_MODE=true.
50
+
To get more accurate error information, set MODULAR_DEBUG=device-sync-mode.
51
51
/home/ubuntu/workspace/mojo-gpu-puzzles/.pixi/envs/nvidia/bin/mojo: error: execution exited with a non-zero result: 1
Each position should sum its neighbors: [left + center + right]
61
61
stack trace was not collected. Enable stack trace collection with environment variable `MOJO_ENABLE_STACK_TRACE_ON_ERROR`
62
62
Unhandled exception caught during execution: At open-source/max/mojo/stdlib/stdlib/gpu/host/device_context.mojo:2082:17: CUDA call failed: CUDA_ERROR_INVALID_IMAGE (device kernel image is invalid)
63
-
To get more accurate error information, set MODULAR_DEVICE_CONTEXT_SYNC_MODE=true.
63
+
To get more accurate error information, set MODULAR_DEBUG=device-sync-mode.
64
64
/home/ubuntu/workspace/mojo-gpu-puzzles/.pixi/envs/nvidia/bin/mojo: error: execution exited with a non-zero result: 1
0 commit comments