We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a155d6 commit e29989cCopy full SHA for e29989c
.jenkins/Jenkinsfile
@@ -320,6 +320,26 @@ pipeline {
320
values 'AMD'
321
}
322
323
+ exclude { // TODO: enable if hip is working again on cuda
324
+ axis{
325
+ name 'BACKEND'
326
+ values 'HIP'
327
+ }
328
329
+ name 'ARCHITECTURE'
330
+ values 'CUDA'
331
332
333
+ exclude { // TODO: enable if adaptivecpp is workingwith new llvm version
334
335
336
+ values 'STDPAR-ADAPTIVECPP'
337
338
339
340
+ values 'AMD'
341
342
343
344
345
0 commit comments