|
|
10e73638b6
|
Add non square pooling and batch norm tests
|
2024-05-20 22:16:00 +02:00 |
|
|
|
6dca8ccd3c
|
Unify 2d layer naming
|
2024-05-20 16:23:58 +02:00 |
|
|
|
74098b24e3
|
Add support for non square matrices
|
2024-05-20 15:20:43 +02:00 |
|
|
|
6f8b5f4081
|
Rename batchnorm
|
2024-05-20 13:05:48 +02:00 |
|
|
|
4a1c4a5f91
|
Add epsilon param to batch norm
|
2024-05-19 15:13:22 +02:00 |
|
|
|
33a3c6afcb
|
Fix batch norm layer
|
2024-05-14 21:42:01 +02:00 |
|
|
|
96536a44fd
|
Implement batch norm test
|
2024-04-28 21:46:42 +02:00 |
|
|
|
f17debc244
|
Implement getOutputSize and getInputSize for seq layers
|
2024-04-22 20:31:58 +02:00 |
|
|
|
fbf6c44bdd
|
Remove extra cudaFree
|
2024-04-22 19:05:02 +02:00 |
|
|
|
26cea9b12c
|
Fix more cuda memcheck errors
|
2024-04-21 22:56:55 +02:00 |
|
|
|
58af95eb25
|
Remove cudaDeviceReset calls from tests
|
2024-04-21 22:47:12 +02:00 |
|
|
|
bdbb3f978e
|
Fix matmul and max reduce memcheck errors
|
2024-04-21 22:11:02 +02:00 |
|
|
|
9a6152469a
|
Update activation test
|
2024-04-21 14:00:43 +02:00 |
|
|
|
ecf7416f8e
|
Rework padding size setting
|
2024-04-20 16:31:28 +02:00 |
|
|
|
18522c2dea
|
Cleanup and refactor
|
2024-04-11 22:52:41 +02:00 |
|
|
|
bf7c961b9e
|
Add cudaDeviceReset at the end of each test
|
2024-04-11 19:55:02 +02:00 |
|
|
|
e419a93408
|
Fix softmax sum kernel
|
2024-04-08 22:09:18 +02:00 |
|
|
|
7bc329a043
|
Add more softmax tests
|
2024-03-22 22:32:08 +01:00 |
|
|
|
90fb104dae
|
Implement output layer
|
2024-03-21 23:07:46 +01:00 |
|
|
|
6f4cdf3792
|
Implement avg pool test
|
2024-03-20 21:57:22 +01:00 |
|
|
|
dfff0360d9
|
Implement max pooling test
|
2024-03-20 21:44:04 +01:00 |
|
|
|
aac0c3a826
|
Implement concat layer
|
2024-03-17 21:38:29 +01:00 |
|
|
|
cbdb4e7707
|
Test softmax
|
2024-03-17 19:08:16 +01:00 |
|
|
|
42d646750b
|
Abstract activation and implement softmax
|
2024-03-17 18:37:15 +01:00 |
|
|
|
0c22fac64e
|
Add toplevel CUDANet namespace
|
2024-03-17 16:08:53 +01:00 |
|
|
|
7157a27e56
|
Add documentation comments
|
2024-03-12 21:50:06 +01:00 |
|
|
|
708164e4d0
|
Implement simple input layer
|
2024-03-12 21:16:46 +01:00 |
|
|
|
9d91896f13
|
Change forward function to return output pointer
|
2024-03-12 20:50:49 +01:00 |
|
|
|
2518138ef8
|
Add strided conv2d test
|
2024-03-11 21:51:27 +01:00 |
|
|
|
d2ab78fbc7
|
Add Kernels namespace
|
2024-03-11 21:04:23 +01:00 |
|
|
|
e0178e2d5c
|
Cleanup and refactor
|
2024-03-11 20:39:44 +01:00 |
|
|
|
f3112311da
|
Make conv2d work again
|
2024-03-10 19:13:22 +01:00 |
|
|
|
96804777ee
|
Refactor conv2d test
|
2024-03-09 22:54:46 +01:00 |
|
|
|
a3d85a10fc
|
Working conv2d forward
|
2024-03-09 21:08:16 +01:00 |
|
|
|
4b6fcbc191
|
Implement simple test for host conv2d
|
2024-03-08 23:12:04 +01:00 |
|
|
|
69ccba2dad
|
Start conv test implementation
|
2024-03-07 22:03:05 +01:00 |
|
|
|
f4257afd5a
|
Remove cublas dependency
|
2024-03-05 18:41:35 +01:00 |
|
|
|
f37320594a
|
Add activations enum
|
2024-03-03 15:24:54 +01:00 |
|
|
|
045359cca2
|
Remove not needed code
|
2024-02-29 22:21:32 +01:00 |
|
|
|
0f0e57b819
|
Update ReLU test
|
2024-02-28 21:45:52 +01:00 |
|
|
|
e267f08a2f
|
Format code
|
2024-02-27 21:49:05 +01:00 |
|
|
|
19ee20ea66
|
Add dense sigmoid test
|
2024-02-27 21:48:08 +01:00 |
|
|
|
48ba09b28d
|
Format source code using clang-format
|
2024-02-27 18:52:12 +01:00 |
|
|
|
5e1e0ed1d1
|
Initial activations implementation
|
2024-02-27 00:24:57 +01:00 |
|
|
|
6e99525ad0
|
Rename hheader files to .cuh
|
2024-02-26 19:53:46 +01:00 |
|
|
|
035f3b053b
|
Rename files to .cu and fix IDX2C usage
|
2024-02-21 20:03:04 +01:00 |
|
|
|
dbc206d18c
|
Fix unit weight matrix test
|
2024-02-19 22:27:21 +01:00 |
|
|
|
4b6fff9bfd
|
Improve test dense
|
2024-02-18 13:12:49 +01:00 |
|
|
|
ee1a8cc6e6
|
Set up basic tests with gtest
|
2024-02-17 23:07:26 +01:00 |
|