Commit Graph

19 Commits

Author SHA1 Message Date
a300ab6dd5 Refactor conv2d test 2024-05-23 20:31:54 +02:00
10e73638b6 Add non square pooling and batch norm tests 2024-05-20 22:16:00 +02:00
74098b24e3 Add support for non square matrices 2024-05-20 15:20:43 +02:00
f17debc244 Implement getOutputSize and getInputSize for seq layers 2024-04-22 20:31:58 +02:00
58af95eb25 Remove cudaDeviceReset calls from tests 2024-04-21 22:47:12 +02:00
ecf7416f8e Rework padding size setting 2024-04-20 16:31:28 +02:00
bf7c961b9e Add cudaDeviceReset at the end of each test 2024-04-11 19:55:02 +02: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
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