We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3abcd38 commit caf634cCopy full SHA for caf634c
cuda_core/tests/test_program.py
@@ -87,7 +87,7 @@ def _get_libnvvm_version_for_tests():
87
precheck_ir_bytes = precheck_nvvm_ir.encode("utf-8")
88
nvvm.add_module_to_program(program, precheck_ir_bytes, len(precheck_ir_bytes), "precheck.ll")
89
90
- options = ["-arch=compute_70"]
+ options = ["-arch=compute_90"]
91
nvvm.verify_program(program, len(options), options)
92
nvvm.compile_program(program, len(options), options)
93
0 commit comments