Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-spline-conv
Commits
b5ac9f331af498da90ae16efd3c104e5d845f270
Switch branch/tag
torch-spline-conv
torch_spline_conv
10 Apr, 2018
1 commit
weigthing forward (cpu+gpu)
· b5ac9f33
rusty1s
authored
Apr 10, 2018
b5ac9f33
09 Apr, 2018
3 commits
gradcheck
· 03f4110b
rusty1s
authored
Apr 09, 2018
03f4110b
backward boilerplate
· dff93289
rusty1s
authored
Apr 09, 2018
dff93289
new aten build
· 36ed7951
rusty1s
authored
Apr 09, 2018
36ed7951
25 Mar, 2018
1 commit
typo
· 7e5277b1
rusty1s
authored
Mar 25, 2018
7e5277b1
23 Mar, 2018
5 commits
removed unused functions
· c78c4cd8
rusty1s
authored
Mar 23, 2018
c78c4cd8
removed old version
· 952a4cad
rusty1s
authored
Mar 23, 2018
952a4cad
changed arg order
· af9d775b
rusty1s
authored
Mar 23, 2018
af9d775b
added gpu b-spline basis degree computation
· b5c7d334
rusty1s
authored
Mar 23, 2018
b5c7d334
bugfixes
· 3d2bc25c
rusty1s
authored
Mar 23, 2018
3d2bc25c
16 Mar, 2018
3 commits
typo
· 2041aef6
rusty1s
authored
Mar 16, 2018
2041aef6
typo
· 1f915586
rusty1s
authored
Mar 16, 2018
1f915586
coalesce memory access
· 65abb5e3
rusty1s
authored
Mar 16, 2018
65abb5e3
15 Mar, 2018
1 commit
added backward impl
· 9a9a511c
rusty1s
authored
Mar 15, 2018
9a9a511c
14 Mar, 2018
8 commits
added weighting forward
· dd9778c8
rusty1s
authored
Mar 14, 2018
dd9778c8
added spline basis cuda impl
· 5e6f3394
rusty1s
authored
Mar 14, 2018
5e6f3394
cuda function calls working
· e1fcf1d2
rusty1s
authored
Mar 14, 2018
e1fcf1d2
removed tests, added cuda boilerplate
· 00ec0037
rusty1s
authored
Mar 14, 2018
00ec0037
linting
· 7452b08a
rusty1s
authored
Mar 14, 2018
7452b08a
added cuda boilerplate
· 51e4b112
rusty1s
authored
Mar 14, 2018
51e4b112
added gpu kernels
· 3897e5f4
rusty1s
authored
Mar 14, 2018
3897e5f4
removed branching
· ba0056d5
rusty1s
authored
Mar 14, 2018
ba0056d5
13 Mar, 2018
3 commits
added basis grad for all degrees
· e8e5841d
rusty1s
authored
Mar 13, 2018
e8e5841d
define for spline basis backward
· 6100aa77
rusty1s
authored
Mar 13, 2018
6100aa77
added pseudo backwards for linear
· 3faacaf3
rusty1s
authored
Mar 13, 2018
3faacaf3
12 Mar, 2018
4 commits
fixed pragmas
· 26327cf5
rusty1s
authored
Mar 12, 2018
26327cf5
basis backward boilerplate
· 69d73030
rusty1s
authored
Mar 12, 2018
69d73030
bugfixes
· d7a83c01
rusty1s
authored
Mar 12, 2018
d7a83c01
outsourced backward implemenation to different functions
· 67904212
rusty1s
authored
Mar 12, 2018
67904212
11 Mar, 2018
11 commits
prepare for backward to pseudo
· 8418614e
rusty1s
authored
Mar 11, 2018
8418614e
typos
· 12a47ebc
rusty1s
authored
Mar 11, 2018
12a47ebc
outsource spline conv
· 8f006b2d
rusty1s
authored
Mar 11, 2018
8f006b2d
added bias test
· 5e006b95
rusty1s
authored
Mar 11, 2018
5e006b95
added basis tests
· f8ca386a
rusty1s
authored
Mar 11, 2018
f8ca386a
comment
· cf245f4f
rusty1s
authored
Mar 11, 2018
cf245f4f
todos
· ab832e02
rusty1s
authored
Mar 11, 2018
ab832e02
rename
· 99a4ff83
rusty1s
authored
Mar 11, 2018
99a4ff83
swap m_in/m_out loop
· de11bfdf
rusty1s
authored
Mar 11, 2018
de11bfdf
added todo
· 1de99c93
rusty1s
authored
Mar 11, 2018
1de99c93
test bw function
· 42542bff
rusty1s
authored
Mar 11, 2018
42542bff