Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 9 (100.0%) | 759 (100.0%) | 84.3 |
CCA/Components/Models/Radiation/RMCRT/ | 5 (55.6%) | 759 (100.0%) | 151.8 |
CCA/Components/Schedulers/ | 2 (22.2%) | 0 (0.0%) | 0.0 |
CCA/Components/Arches/ | 2 (22.2%) | 0 (0.0%) | 0.0 |
This fixes the bug that is causing GPU trunk nightly regression test failures. I cut down the amonut of threads per kernel, for some machines running in debug mode, 1024 threads per block for this particular kernel is too much
0 lines of code changed in 2 files:
Turning off the FIXED_RANDOM_NUM define here as well (it's already off in the other two locations.)
0 lines of code changed in 2 files:
Removing some old and unused CUDA code. I spoke with Alan on this, he put it in a while ago for a side project, and it hasn't been used since. I had some seg faulting problems on this in branch, and so I'm removing it here in case the seg faults show up in trunk in a GPU build
0 lines of code changed in 2 files:
Fixing a silly bug that gave bad outputs
2 lines of code changed in 1 file:
This adds GPU portable RMCRT Data Onion. This commit also adds a ton of bug fixes.
757 lines of code changed in 2 files: