0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating README again. More... over 11 years ago
Removing the project report PDF file. More... over 11 years ago
Update README.md More... over 11 years ago
More benchmarking scripts. More... over 11 years ago
Pure OpenCL version of Jacobi. More... over 11 years ago
Added the Rust+OpenCL Jacobi. More... over 11 years ago
Pure Rust Jacobi. More... over 11 years ago
Include problem size in output. More... over 11 years ago
Modified kernels and rename some of them. More... over 11 years ago
mat mult and add vec opencl kernels calling from rust opencl api More... over 11 years ago
Added scripts to run cholesky more times. Changed the way Cholesky reports times. More... over 11 years ago
Choleskies take an argument to specify a matrix size. More... over 11 years ago
Full pure opencl cholesky. More... over 11 years ago
Merge branch 'master' of https://github.iu.edu/eholk/B649-Project More... over 11 years ago
matrix multiplication opencl More... over 11 years ago
Do the update_kk part of cholesky. More... over 11 years ago
Added OpenCL version of Cholesky for comparison. More... over 11 years ago
Use less magic so that Cholesky works. More... over 11 years ago
Trying to fix out of resource errors for Cholesky. I'll probably rewrite this to use less magic though. More... over 11 years ago
Updating rust-opencl More... over 11 years ago
Adding matrix multiply kernel. More... over 11 years ago
Merge branch 'master' of https://github.iu.edu/eholk/B649-Project More... over 11 years ago
Updating rust-opencl More... over 11 years ago
Merge branch 'master' of https://github.iu.edu/eholk/B649-Project More... over 11 years ago
Tweaking timings and other things. More... over 11 years ago
Merge branch 'master' of https://github.iu.edu/eholk/B649-Project More... over 11 years ago
changes to make file. More... over 11 years ago
Pass size as a scalar rather than a 1 element array. More... over 11 years ago
Run the benchmark twice in a row to see if the timings are consistent. They are. More... over 11 years ago
Do more things in 32 bits to avoid casting. Doesn't seem to have made much performance difference. More... over 11 years ago