0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 17 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cuv: minor. More... over 14 years ago
cuv: speed up host computations in vector ops using pointer arithmetics More... over 14 years ago
cuv: added host implementations of random number functions, test them, time them. More... over 14 years ago
cuv: added binarization kernel, test it More... over 14 years ago
cuv: check more stuff in RPROP unit test, fix appearing bugs *cough* More... over 14 years ago
cuv: learn-step-weight-decay functor, rprop accelerated by factor 2 using coalesced memory access More... over 14 years ago
cuv: added rprop, instantiate vector<signed char> More... over 14 years ago
cuv: optional "naive" matrix multiplication for speed testing. not good for practical purposes! More... over 14 years ago
cuv: add traits classes More... over 14 years ago
cuv: force threadsync after cublas call, minor stuff. More... over 14 years ago
cuv: sgemm test corrected More... over 14 years ago
cuv: minor More... over 14 years ago
cuv: BLAS3: sgemm for dev and host More... over 14 years ago
cuv: vector-ops test: display host-device speedups More... over 14 years ago
cuv: substitute thrust-versions of binary kernel calls by own version, gives about 2x speedup. Hopefully this will change as thrust improves... More... over 14 years ago
cuv: minor. More... over 14 years ago
cuv: cmake: learn about speed test More... over 14 years ago
cuv: vec_ops tests: generic checks. More... over 14 years ago
cuv: test scalar ops on matrices More... over 14 years ago
cuv: random: use MersenneTwister in correct way *cough* More... over 14 years ago
cuv: matrix-ops for host matrices More... over 14 years ago
cuv: import timing module from knn project, add speed test More... over 14 years ago
cuv: exception-helper from knn project More... over 14 years ago
cuv: instantiate vec ops for host vectors More... over 14 years ago
cuv: use memory_space tag in vector to dispatch function calls; compile-flag to determine whether to use thrust for kernel launching (seems to have some overhead) More... over 14 years ago
cuv: dont set device for tests, which seem to be executed in parallel More... over 14 years ago
cuv: add vector-based matrix op wrappers More... over 14 years ago
cuv: move specific vector stuff in matrix to derived classes More... over 14 years ago
cuv: minor More... over 14 years ago
cuv: ensure datafile is loaded correctly More... over 14 years ago