Skip to content

Commit b2f98c9

Browse files
committed
lib name
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 3d70ed8 commit b2f98c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/lit.cfg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,9 @@ def open_check_file(file_name):
470470
hip_options = (
471471
" "
472472
+ (
473-
config.hip_libs_dir + "/amdhip64_6.lib "
473+
config.hip_libs_dir + "/amdhip64.lib "
474474
if config.hip_libs_dir
475-
else "amdhip64_6.lib"
475+
else "amdhip64.lib"
476476
)
477477
+ " /I"
478478
+ config.hip_include

0 commit comments

Comments
 (0)