Skip to content

Commit 38801fe

Browse files
minor tweak
1 parent fc682d9 commit 38801fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cuda_core/tests/test_linker.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#
33
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44

5-
65
import pytest
76

87
from cuda.core.experimental import Device, Linker, LinkerOptions, Program, ProgramOptions, _linker
@@ -56,8 +55,6 @@ def compile_ltoir_functions(init_cuda):
5655
LinkerOptions(arch=ARCH, lineinfo=True),
5756
]
5857
if not culink_backend:
59-
from cuda.bindings import nvjitlink
60-
6158
options += [
6259
LinkerOptions(arch=ARCH, time=True),
6360
LinkerOptions(arch=ARCH, ftz=True),

0 commit comments

Comments
 (0)