Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Some dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Feb 22, 2016
1 parent 55a3f42 commit 9c593cc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,9 @@ Check out the [wiki](https://github.com/IntelLabs/Latte.jl/wiki) for tutorials a

## Quick Install
```shell
$ # Latte currently depends on the master branch of these packages
$ julia -e 'Pkg.checkout("CompilerTools")'
$ julia -e 'Pkg.checkout("ParallelAccelerator")'
$ julia -e 'Pkg.clone("https://github.com/IntelLabs/Latte.jl")'
```

Expand Down
3 changes: 2 additions & 1 deletion REQUIRE
Expand Up @@ -4,4 +4,5 @@ Iterators
CompilerTools
ParallelAccelerator
FactCheck
HDF5
HDF5
JLD
1 change: 1 addition & 0 deletions src/Latte.jl
Expand Up @@ -31,6 +31,7 @@ using Base.Cartesian
using Iterators
using ArrayViews
using CompilerTools.AstWalker
using JLD

export init_mpi

Expand Down
3 changes: 1 addition & 2 deletions src/net.jl
Expand Up @@ -831,7 +831,6 @@ end
# end
# end

using JLD
export save_snapshot, load_snapshot

function save_snapshot(net::Net, file::AbstractString)
Expand All @@ -853,4 +852,4 @@ function load_snapshot(net::Net, file::AbstractString)
end
end
end
end
end

0 comments on commit 9c593cc

Please sign in to comment.