Skip to content

Commit

Permalink
Merge branch 'main' into Mac_Build
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev authored Sep 16, 2023
2 parents 554696c + 4db350a commit 6908546
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ jobs:
-DCMAKE_INSTALL_PREFIX=$CPPINTEROP_DIR \
../
fi
os="${{ matrix.os }}"
if [[ "${os}" == "macos*" ]]; then
cmake --build . --target check-cppinterop --parallel $(sysctl -n hw.physicalcpu)
Expand Down
2 changes: 0 additions & 2 deletions unittests/CppInterOp/CUDATest.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#if 0
#include "Utils.h"

#include "clang/Basic/Version.h"
Expand Down Expand Up @@ -65,4 +64,3 @@ TEST(CUDATest, CUDARuntime) {

EXPECT_TRUE(HasCudaRuntime());
}
#endif

0 comments on commit 6908546

Please sign in to comment.