Tim Besard
|
d88f63adb4
|
Remove unused imports.
|
2020-01-29 12:15:41 +01:00 |
|
Tim Besard
|
39ab740fb7
|
Check for CUDA availability at run time.
|
2019-11-02 11:18:06 +01:00 |
|
Mike Innes
|
46bc8e5e64
|
move pullbacks to CuArrays
|
2019-09-26 17:14:18 +01:00 |
|
Mike Innes
|
c5e56b7e04
|
move setweights and copy_transpose
|
2019-09-17 17:22:35 +01:00 |
|
Mike Innes
|
5baebf48f4
|
Merge branch 'master' into tb/cuarrays_dnn
|
2019-09-17 16:17:09 +01:00 |
|
Mike Innes
|
368b1f53b4
|
tuple support
|
2019-09-17 15:49:39 +01:00 |
|
Mike Innes
|
b348b20452
|
cudnn rnns + implicit gradients
|
2019-09-17 15:41:42 +01:00 |
|
Mike Innes
|
fe57215b7e
|
test fillarray gradients
|
2019-09-17 15:21:03 +01:00 |
|
Tim Besard
|
4942d7fcfd
|
Move functionality over to CuArrays.
|
2019-09-13 08:21:45 +02:00 |
|
Tim Besard
|
1e7ff4f65d
|
Query the worksize.
|
2019-09-13 08:04:05 +02:00 |
|
Tim Besard
|
04fce70019
|
Move low-level CUDNN wrappers to CuArrays.
|
2019-09-13 08:04:05 +02:00 |
|
Mike J Innes
|
67c38b3099
|
Merge branch 'master' into zygote
|
2019-09-06 15:18:58 +01:00 |
|
Tim Besard
|
4fef9d8508
|
Don't depend on unreleased CuArrays.
|
2019-08-27 09:40:22 +02:00 |
|
Tim Besard
|
6ad3cdd138
|
Replace Requires with direct CuArrays dependency.
|
2019-08-27 09:33:15 +02:00 |
|
janEbert
|
dec1b37e8e
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2019-08-24 12:23:10 +02:00 |
|
janEbert
|
978d7bf195
|
Fix CuArrays.libcudnn imports
|
2019-08-24 02:21:54 +02:00 |
|
Mike Innes
|
487000ac31
|
fix cuda code and tests
|
2019-08-19 16:56:48 +01:00 |
|
Mike Innes
|
2f7ad895aa
|
test cleanups
|
2019-08-19 15:22:50 +01:00 |
|
Mike Innes
|
9590aa63e3
|
rm last uses of param/data
|
2019-08-19 15:14:42 +01:00 |
|
Mike Innes
|
49044dff7c
|
avoid adjoint on abstract type
|
2019-08-19 14:39:09 +01:00 |
|
Miguel Madrid Mencía
|
14affbc91b
|
Use CuArrays.ones instead cuones which is deprecated
|
2019-08-11 13:38:44 +02:00 |
|
Moelf
|
4d00957b36
|
Fix CuArray zeros deprecation
|
2019-08-06 22:23:21 +02:00 |
|
Mike Innes
|
e2bf46b7fd
|
gpu test fixes
|
2019-07-12 14:52:01 +01:00 |
|
Mike Innes
|
33c8d84a60
|
cuparam -> cuarray
|
2019-07-11 14:14:56 +01:00 |
|
Mike J Innes
|
c313be8e95
|
rm data/param
|
2019-05-02 18:52:09 -07:00 |
|
Mike J Innes
|
aa4d221f8c
|
break all the things
|
2019-05-02 18:50:52 -07:00 |
|
Avik Pal
|
a0be6fa837
|
Add missing activation function for batchnorm
|
2019-05-01 19:47:54 +05:30 |
|
Tim Besard
|
0734eeb50e
|
Check CuArrays major version.
|
2019-03-22 14:15:26 +01:00 |
|
Dhairya Gandhi
|
bc06861320
|
fix indirect import
|
2019-03-22 14:15:26 +01:00 |
|
Tim Besard
|
959dd247bf
|
Import CUDAdrv stuff through CuArrays.
|
2019-03-22 14:15:26 +01:00 |
|
Tim Besard
|
df509ce9f0
|
Adapt to the new CUDAdrv.CuPtr pointer type.
|
2019-03-22 14:15:26 +01:00 |
|
Mike J Innes
|
9d56807bcd
|
cuarrays version check
|
2019-01-15 11:43:57 -05:00 |
|
Mike J Innes
|
1c36504768
|
fixup
|
2018-11-27 18:44:07 -05:00 |
|
Mike J Innes
|
7992de5cba
|
update requires syntax
|
2018-11-27 18:31:05 -05:00 |
|
Avik Pal
|
1d5b3429ea
|
Missing brackets
|
2018-11-20 09:26:48 +05:30 |
|
Avik Pal
|
dfd680646c
|
Fix conflict
|
2018-11-14 22:18:57 +05:30 |
|
Mike J Innes
|
cbc29c889a
|
old cuarrays compat
|
2018-11-14 10:53:26 -05:00 |
|
Avik Pal
|
d6aacf4135
|
Fix reshape
|
2018-11-10 11:43:49 +05:30 |
|
Avik Pal
|
e2ae8b4e8d
|
Fix dimensions
|
2018-11-10 11:35:58 +05:30 |
|
Avik Pal
|
3bc809f49e
|
dropdims to make the array 2d
|
2018-11-10 11:25:37 +05:30 |
|
Avik Pal
|
4d703b31a1
|
Reshape 2D tensors to use cudnn batchnorm
|
2018-11-08 19:23:07 +05:30 |
|
Mike J Innes
|
a88b7528bf
|
constructor deprecations
|
2018-11-06 08:19:46 -05:00 |
|
Mike J Innes
|
0c19dad700
|
include cudnn.jl
|
2018-11-06 12:39:54 +00:00 |
|
Avik Pal
|
4ba891f666
|
Remove unnecessary import
|
2018-11-01 09:37:48 +05:30 |
|
Avik Pal
|
c67e33f387
|
Make the changes backward compatible
|
2018-11-01 09:37:16 +05:30 |
|
Avik Pal
|
7804d980b2
|
Update cudnn.jl
|
2018-10-30 01:08:21 +05:30 |
|
Avik Pal
|
b838c0bc04
|
Update the libcudnn_handle
|
2018-10-26 10:24:30 +05:30 |
|
Avik Pal
|
2559e7b4e6
|
Fix merge conflicts
|
2018-10-23 21:53:29 +05:30 |
|
Tejan Karmali
|
8987e2c423
|
rm comments
|
2018-10-10 11:55:10 -04:00 |
|
Tejan Karmali
|
6b4bbd4fce
|
reverted back the weights changes in rnndesc
|
2018-10-10 10:29:15 -04:00 |
|