Skip to content

Commit

Permalink
NEWS updates for v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denizyuret committed Oct 1, 2018
1 parent e3ab1f7 commit 6f27c1d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
Knet v1.1.1 Release Notes
=========================
e3ab1f7f 2018-09-30

* General performance improvements.
* New GPU memory manager. (with @ekinakyurek)
* New logging system using Base.CoreLogging.
* New cuda macros and profiling system using TimerOutputs.
* Tutorial available on Colab. (with @jekbradbury)
* Added cpucopy, gpucopy serialization. (with @ekinakyurek)
* Added softmax, logsoftmax, logistic loss and binary-cross-entropy. (@CarloLucibello, @ekinakyurek)
* Added elu and selu. (with @CarloLucibello)
* Speed up matmul gradient avoiding transpose.
* Defined permutedims(::KnetMatrix)
* Fixed scripts under Knet/prof, added new results.


Knet v1.1.0 Release Notes
=========================
df820c53 2018-09-12

The new suggested way to define models/layers is as [callable objects](https://docs.julialang.org/en/v1/manual/methods/#Function-like-objects-1).

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"

[compat]
AutoGrad = "1.0.1"
AutoGrad = "1.1.0"
CUDAapi = "0.5.0"
FileIO = "1.0.1"
JLD2 = "0.1.1"
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CUDAapi 0.5.0
FileIO 1.0.1
JLD2 0.1.1
SpecialFunctions 0.7.0
TimerOutputs 0.4
TimerOutputs 0.4.0

# The following are used by the build script if installed.
# CUDAdrv, Documenter
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# commit 9c8 9.2 8.3 8.3 6cb 6cb 8.6 6cb 6cb
# commit e3a 9.2 8.3 8.3 6cb 6cb 8.6 6cb 6cb
# machine sc tig ai5 ai4 tr5 tr4 aws osx os4
@time include("kptr.jl") # 8 16 1 1 0 0 20 0 0
@time include("gpu.jl") # 2 6 1 1 0 0 2 0 0
Expand Down

0 comments on commit 6f27c1d

Please sign in to comment.