Skip to content

Commit caf634c

Browse files
committed
compute 90
1 parent 3abcd38 commit caf634c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/tests/test_program.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def _get_libnvvm_version_for_tests():
8787
precheck_ir_bytes = precheck_nvvm_ir.encode("utf-8")
8888
nvvm.add_module_to_program(program, precheck_ir_bytes, len(precheck_ir_bytes), "precheck.ll")
8989

90-
options = ["-arch=compute_70"]
90+
options = ["-arch=compute_90"]
9191
nvvm.verify_program(program, len(options), options)
9292
nvvm.compile_program(program, len(options), options)
9393

0 commit comments

Comments
 (0)