0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(cuv) reorder() for dev matrices More... over 14 years ago
cuv: minor More... over 14 years ago
(cuv) reduce-to-col and reduce-to-row for row-major device matrices (incl. test) More... over 14 years ago
(cuv) reduce-to-row for column major matrices (host and device) + test More... over 14 years ago
cuv: support temperature-sigmoid function More... over 14 years ago
cuv: export convenience functors fill and sequence More... over 14 years ago
minor More... over 14 years ago
cuv: rng does not produce infinity anymore, only slight decrease in performance More... over 14 years ago
cuv: test for has_inf More... over 14 years ago
cuv: speed test for RNG stuff More... over 14 years ago
cuv: hotfix: generate less random numbers. Dunno whether this fixes the Inf bug finally, but it also speeds things up a bit More... over 14 years ago
cuv: function to test for infinity on host and device, random fails the test :( More... over 14 years ago
cuv: added NaN test for RNG More... over 14 years ago
cuv: allow densedense2dia arguments to have non-multiple-of-BLOCK_SIZE dimensions More... over 14 years ago
(cuv) reductions for row-major matrices (host only) More... over 14 years ago
cuv: overload has_nan for matrices, export to python More... over 14 years ago
cuv: implement efficient NaN check, wrote test for it. More... over 14 years ago
cuv: minor export problem More... over 14 years ago
(cuv) Wrappers for Alex' conv2 routine (can be used to compute weight gradients in convolutional neural networks) More... over 14 years ago
another random index More... over 14 years ago
cuv: *cough* More... over 14 years ago
minor More... over 14 years ago
cuv: minor. More... over 14 years ago
cuv: use texture for spmv, fetch diagonal offsets from global (not shared) mem More... over 14 years ago
some hacks More... over 14 years ago
(cuv) Improve CPU convolution speed through pointer arithmetic More... over 14 years ago
cuv: simplify perl script/template, prepare spmv for texture More... over 14 years ago
(cuv) Speed test for supersampling (up to 114x faster on GPU) Also improved the CPU supersampling speed by a factor of 5. More... over 14 years ago
(cuv) Supersampling function More... over 14 years ago
(cuv) Resorting of matrices (to make output of convolution operation compatible for input of the next layer) More... over 14 years ago