This is an automated email from the ASF dual-hosted git repository.

markd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit 510838a982b6d15e21aacd5328d6f140f1721513
Author: Mark Dokter <[email protected]>
AuthorDate: Wed Feb 24 00:05:52 2021 +0100

    [MINOR] fix jitify submodule config
    
    Closes #1180
---
 .gitmodules              | 5 +++--
 src/main/cuda/ext/jitify | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 8d14805..6ee74e8 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,4 @@
-[submodule "jitify"]
+[submodule "src/main/cuda/ext/jitify"]
        path = src/main/cuda/ext/jitify
-       url = [email protected]:NVIDIA/jitify.git
+       url = [email protected]:corepointer/jitify.git
+       branch = win_compile_fix
diff --git a/src/main/cuda/ext/jitify b/src/main/cuda/ext/jitify
new file mode 160000
index 0000000..fdd570c
--- /dev/null
+++ b/src/main/cuda/ext/jitify
@@ -0,0 +1 @@
+Subproject commit fdd570c55d59f28b6f7c20acd5f46cf359999585

Reply via email to