Skip to content

Commit

Permalink
Recompile: Artifacts recompiled for Windows
Browse files Browse the repository at this point in the history
libw32 libraries may or may not work as they have not been tested.
Also note that Windows has issues with permissions of nvTools artifacts
so CuArray functionality is not yet tested for Windows. Future work may
involve re-writing libraries so they use Cint32 instead of Cuint64.
This would save some register space for ptx functionality - but also
make coding and bug fixing much simpler.
  • Loading branch information
JohnAshburner committed Mar 28, 2024
1 parent e4e2210 commit 835938f
Show file tree
Hide file tree
Showing 17 changed files with 47,594 additions and 1,574 deletions.
8 changes: 4 additions & 4 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[[pp_lib]]
arch = "x86_64"
os = "linux"
git-tree-sha1 = "e4b131b79ddafea0886dc095a7c1afd8c4f9dc00"
git-tree-sha1 = "744c8fb6b8ca3aa22cbb294515d0fc4b7811535d"
lazy = true
[[pp_lib.download]]
sha256 = "78fea85bde8e6057418f09043801d7384bfb0dcdbdb1411924a1864bfb8a1c09"
sha256 = "0d9558913ef1ac37958b399747e2c0b28b8dc8d2d227d093198cfbd0223ade65"
#url = "file:///home/john/work/julia/pp_lib.tar.gz"
url = "https://raw.githubusercontent.com/spm/PushPull.jl/main/artifacts/pp_lib.tar.gz"

[[pp_lib]]
arch = "x86_64"
os = "windows"
git-tree-sha1 = "e4b131b79ddafea0886dc095a7c1afd8c4f9dc00"
git-tree-sha1 = "744c8fb6b8ca3aa22cbb294515d0fc4b7811535d"
lazy = true
[[pp_lib.download]]
sha256 = "78fea85bde8e6057418f09043801d7384bfb0dcdbdb1411924a1864bfb8a1c09"
sha256 = "0d9558913ef1ac37958b399747e2c0b28b8dc8d2d227d093198cfbd0223ade65"
url = "https://raw.githubusercontent.com/spm/PushPull.jl/main/artifacts/pp_lib.tar.gz"

Binary file not shown.
Binary file added artifacts/lib/libw32/blip.dll
Binary file not shown.
Binary file not shown.
Binary file added artifacts/lib/libw32/sparse_operator.dll
Binary file not shown.
Binary file modified artifacts/lib/libw64/TVdenoise3d.dll
Binary file not shown.
Binary file modified artifacts/lib/libw64/blip.dll
Binary file not shown.
Binary file modified artifacts/lib/libw64/pushpull.dll
Binary file not shown.
Binary file modified artifacts/lib/libw64/sparse_operator.dll
Binary file not shown.
Loading

0 comments on commit 835938f

Please sign in to comment.