Skip to content

Commit

Permalink
v1.3.9 NEWS updates
Browse files Browse the repository at this point in the history
  • Loading branch information
denizyuret committed Jul 28, 2020
1 parent 2360429 commit e5027d8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ coverage:
extends:
- .julia:1.4
- .coverage
allow_failure: true

# documentation:
# extends:
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Knet v1.3.9 Release Notes
=========================

* Replaced all @cuda calls with CUDA.jl calls, leaving no dependence on external CUDA libraries except for the ones that come with CUDA.jl.
* Added libknet8 as an artifact for easier installation, removing the requirement to have nvcc and a host compiler.


Knet v1.3.8 Release Notes
=========================
2667e29 2020-07-24

* Update CUDA.jl version.
* CuArray performance improvements.
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Knet"
uuid = "1902f260-5fb4-5aff-8c31-6271790ab950"
authors = ["Deniz Yuret <[email protected]>"]
version = "1.3.8"
version = "1.3.9"

[deps]
AutoGrad = "6710c13c-97f1-543f-91c5-74e8f7d95b35"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ accuracy(LeNet,dtst)

Knet is an open-source project and we are always open to new contributions: bug reports and
fixes, feature requests and contributions, new machine learning models and operators,
inspiring examples, benchmarking results are all welcome.
inspiring examples, benchmarking results are all welcome. See [Tips for Developers](https://denizyuret.github.io/Knet.jl/latest/install/#Tips-for-developers) for instructions.

Current contributors:

Expand Down

0 comments on commit e5027d8

Please sign in to comment.