Commit Graph

17 Commits

Author SHA1 Message Date
dfff0360d9 Implement max pooling test 2024-03-20 21:44:04 +01:00
ef63cbd9f1 Implement avg pooling 2024-03-19 22:33:43 +01:00
a0fc1b00ae Implement max pooling layer 2024-03-19 22:04:58 +01:00
6cf604423a Combine padding and conv kernel 2024-03-18 19:53:40 +01:00
e6d3757312 Change unsigned int to int 2024-03-18 19:40:00 +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
88f7fff217 Add prefix to guards 2024-03-13 22:23:23 +01:00
7157a27e56 Add documentation comments 2024-03-12 21:50:06 +01:00
d2ab78fbc7 Add Kernels namespace 2024-03-11 21:04:23 +01:00
f3112311da Make conv2d work again 2024-03-10 19:13:22 +01:00
e51aabc2f2 Initial cuda conv kernel implementation 2024-03-08 23:35:54 +01:00
98ad84c659 Add matrix math kernels 2024-03-05 17:38:46 +01:00
f37320594a Add activations enum 2024-03-03 15:24:54 +01:00
019ccc33d9 Start implementing padding kernel 2024-02-29 22:21:48 +01:00
045359cca2 Remove not needed code 2024-02-29 22:21:32 +01:00
b1eb8b5806 Add activations test 2024-02-27 20:19:17 +01:00