Skip to content

Commit

Permalink
dissable dpcpp due to wrong compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
vancraar committed Nov 8, 2024
1 parent 4e857e7 commit 3de01f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ pipeline {
$([[ $ARCHITECTURE == AMD ]] && [[ $(hostname) == simcl1n3 ]] && echo "amdgpu_target=gfx90a") \
$([[ $ARCHITECTURE == AMD ]] && [[ $(hostname) == pcsgs09 ]] && echo "amdgpu_target=gfx906") \
$([[ SET_AMD_GPU_NONE == 1 ]] && "amdgpu_target=none") \
~dpcpp \
+language_bindings \
+test_file \
test_file_num_classes=5 \
Expand Down

0 comments on commit 3de01f5

Please sign in to comment.