We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259427b commit efae1b4Copy full SHA for efae1b4
1 file changed
src/libkernelbot/backend.py
@@ -269,4 +269,4 @@ async def handle_submission(
269
return result
270
271
def _get_arch(self, gpu_type: GPU):
272
- return GPU_TO_SM[gpu_type.name]
+ return GPU_TO_SM[gpu_type.name]
0 commit comments