Skip to content

Commit

Permalink
Fix cuda flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristin22 committed Nov 8, 2024
1 parent d5f7bf3 commit c93a627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CUDA/ErrorChecking.cu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// RUN: %cladclang -nocudainc -nocudalib %s -I%S/../../include -fsyntax-only -Xclang -verify 2>&1
// RUN: %cladclang_cuda %s -I%S/../../include --cuda-gpu-arch=%cudaarch --cuda-path=%cudapath -fsyntax-only -Xclang -verify 2>&1
//
// UNSUPPORTED: cuda-runtime
// REQUIRES: cuda-runtime


#include "clad/Differentiator/Differentiator.h"
Expand Down

0 comments on commit c93a627

Please sign in to comment.