Skip to content

Commit

Permalink
Sanity check intel-compilers-2023.x.x-CUDA-x.x.x for classic compilers
Browse files Browse the repository at this point in the history
Signed-off-by: Jan André Reuter <[email protected]>
  • Loading branch information
Thyre committed Oct 31, 2024
1 parent 35d63ee commit 89837fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ components = [
]

sanity_check_commands = [
"icc --version",
"icx --version",
"icpc --version",
"icpx --version",
"ifx --version",
"ifort --version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ components = [
]

sanity_check_commands = [
"icc --version",
"icx --version",
"icpc --version",
"icpx --version",
"ifx --version",
"ifort --version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ components = [
]

sanity_check_commands = [
"icc --version",
"icx --version",
"icpc --version",
"icpx --version",
"ifx --version",
"ifort --version"
Expand Down

0 comments on commit 89837fe

Please sign in to comment.