Commit Graph

16 Commits

Author SHA1 Message Date
8d14b74f66 Implement Add layer 2024-03-18 20:37:13 +01:00
aac0c3a826 Implement concat layer 2024-03-17 21:38:29 +01:00
42d646750b Abstract activation and implement softmax 2024-03-17 18:37:15 +01:00
708164e4d0 Implement simple input layer 2024-03-12 21:16:46 +01:00
d2ab78fbc7 Add Kernels namespace 2024-03-11 21:04:23 +01:00
a3d85a10fc Working conv2d forward 2024-03-09 21:08:16 +01:00
f4257afd5a Remove cublas dependency 2024-03-05 18:41:35 +01:00
cfc5c46d5e Initialize conv2d layer 2024-03-04 22:16:03 +01:00
019ccc33d9 Start implementing padding kernel 2024-02-29 22:21:48 +01:00
b1eb8b5806 Add activations test 2024-02-27 20:19:17 +01:00
5e1e0ed1d1 Initial activations implementation 2024-02-27 00:24:57 +01:00
035f3b053b Rename files to .cu and fix IDX2C usage 2024-02-21 20:03:04 +01:00
02fc9e4e8b Use IDX2C macro properly 2024-02-19 22:26:54 +01:00
f541e2f7f8 Set up cmake to compile library 2024-02-17 23:07:09 +01:00
950021389c Start dense layer implementation 2024-02-08 19:19:51 +01:00
b16ec69469 Initial CUDA test 2024-02-07 21:14:46 +01:00