Skip to content

Commit

Permalink
Merge pull request #312 from FluxML/cl/cuda3
Browse files Browse the repository at this point in the history
NNlibCUDA cleanup
  • Loading branch information
CarloLucibello committed Apr 10, 2021
2 parents efe5272 + dd29de9 commit 2c3bdb8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 364 deletions.
8 changes: 0 additions & 8 deletions .ci/develop_nnlibcuda.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,4 @@ nnlibcuda = Pkg.PackageSpec(path = joinpath(root_directory, "lib", "NNlibCUDA"))
Pkg.develop(nnlib)
Pkg.develop(nnlibcuda)

## Do this for the time being since test doesn't pick up the manifest
## for some reason. Can remove this and manifests when cuda 3.0 is released.
# Pkg.add(url="https://github.com/JuliaGPU/GPUCompiler.jl.git", rev="master")
# Pkg.add(url="https://github.com/JuliaGPU/GPUArrays.jl.git", rev="master")
# Pkg.add(url="https://github.com/maleadt/LLVM.jl.git", rev="master")
# Pkg.add(url="https://github.com/JuliaGPU/CUDA.jl.git", rev="master")
Pkg.add(url="https://github.com/FluxML/Zygote.jl.git", rev="cl/cufunc")

Pkg.precompile()
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ deps/usr
deps.jl
*.log
/Manifest.toml
lib/NNlibCUDA/Manifest.toml
355 changes: 0 additions & 355 deletions lib/NNlibCUDA/Manifest.toml

This file was deleted.

1 change: 0 additions & 1 deletion lib/NNlibCUDA/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
CUDA = "3.0"
Expand Down

0 comments on commit 2c3bdb8

Please sign in to comment.