Directory CCA/Components/Models/Radiation/RMCRT/

Total Files:
7
Deleted Files:
1
Lines of Code:
3665

[root]/CCA/Components/Models/Radiation/RMCRT
                        Folder removed from repo Docs (0 files, 0 lines)
                        directory in repo randomNums (4 files, 337 lines)

Lines of Code

CCA/Components/Models/Radiation/RMCRT/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 175 (100.0%) 3911 (100.0%) 22.3
harman 124 (70.9%) 3512 (89.8%) 28.3
ahumphrey 14 (8.0%) 203 (5.2%) 14.5
ihunsaker 16 (9.1%) 135 (3.5%) 8.4
qymeng 13 (7.4%) 46 (1.2%) 3.5
jsutherland 3 (1.7%) 13 (0.3%) 4.3
wyxpuma 1 (0.6%) 2 (0.1%) 2.0
jas 4 (2.3%) 0 (0.0%) 0.0

Most Recent Commits

harman 2013-12-18 17:56 Rev.: 51402

updateSumI()
- optimization ~10% improvement.

0 lines of code changed in 2 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (new)
harman 2013-12-18 13:07 Rev.: 51400


findRayDirection()
add numerical fuzz to prevent inf values when the random number is exactly 0.5.

This should not change the answers.

21 lines of code changed in 3 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+14 -14), RayGPUKernel.cu (new)
jas 2013-12-17 15:36 Rev.: 51394

Reverting the use of Boost to perform file and directory copies for restarting.

0 lines of code changed in 4 files:

  • CCA/Components/Models/Radiation/RMCRT: Interpolate.h (changed), Ray.h (changed)
harman 2013-12-09 13:51 Rev.: 51371

Using
#if DEBUG 1,2 or 3
for better control of cpu/gpu comparison output statements. These will eventuall go away.

46 lines of code changed in 2 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+20 -17), RayGPUKernel.cu (+26 -28)
harman 2013-12-05 17:00 Rev.: 51362

Finished filling in the boundaryFlux computations.

The results have not been verified.

132 lines of code changed in 3 files:

  • CCA/Components/Models/Radiation/RMCRT: RayGPU.cuh (new), RayGPUKernel.cu (+108 -9)
harman 2013-12-04 17:53 Rev.: 51358

Started filling in the boundaryFlux computation
It compiles and that's it.

141 lines of code changed in 5 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+1 -2), RayGPU.cc (+1 -1), RayGPU.cuh (+30 -3), RayGPUKernel.cu (+109 -3)
harman 2013-12-03 15:06 Rev.: 51352

problemSetup()
using root-ps instead of probl_spec for periodic BC bulletproofing.

1 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+1 -1)
harman 2013-12-03 13:12 Rev.: 51351

Now scheduling stencil7 variables for cpu and gpu.

Added bulletproofing. Throw an exception if the user specifies periodic boundaries.

21 lines of code changed in 2 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+15 -33), RayGPUKernel.cu (+6 -5)
harman 2013-12-02 11:00 Rev.: 51342

randDevice() & randDblExcDevice()
- now using a thread index that contains threadIdx(x,y,z). This provides reproduceability of the results.


3 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/RMCRT: RayGPUKernel.cu (+3 -17)
harman 2013-11-26 14:19 Rev.: 51339

Reduce the BLOCKSIZE if the number of cells in a block is < blockSize^2

11 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/RMCRT: RayGPU.cc (+11 -3)
harman 2013-11-22 17:07 Rev.: 51331

The datum for thread indices is the patch->getExtraCellLow() not domainLo. This fixes a
very nasty multipatch bug.

Added temporary sanity check code to test the "iterators."

Removed domainLow and domainHi, since they're no longer needed.

removed code that isn't used containsCellDevice()


42 lines of code changed in 3 files:

  • CCA/Components/Models/Radiation/RMCRT: RayGPU.cc (+6 -13), RayGPU.cuh (-10), RayGPUKernel.cu (+36 -28)
harman 2013-11-21 14:05 Rev.: 51318

added code to initialize divQ, VRFlux and radiationVolQ inside the kernel.

30 lines of code changed in 3 files:

  • CCA/Components/Models/Radiation/RMCRT: RayGPU.cc (+12 -5), RayGPU.cuh (+2), RayGPUKernel.cu (+16 -18)
harman 2013-11-21 11:16 Rev.: 51317


Backout recent changes to stencil7 variable BoundFlux. These will be reinstated once
we have a handle on the odd behavior.

37 lines of code changed in 2 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+32 -6), RayGPUKernel.cu (+5 -9)
harman 2013-11-19 11:34 Rev.: 51314

Scattering on the GPU now runs. Answers have not been verified.

48 lines of code changed in 3 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+5 -1), RayGPU.cuh (+22 -8), RayGPUKernel.cu (+21 -21)
harman 2013-11-18 14:18 Rev.: 51308

Added an initialization function for stencil7 variables

Initializing boundaryFlux = 0 in GPULand. This is just a test for GPUStencil7 support.

30 lines of code changed in 2 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+7 -40), RayGPUKernel.cu (+23 -18)
harman 2013-11-16 13:34 Rev.: 51306

Global name change
Int3 -> gpuIntVector
Double3 -> gpuVector

These variables will eventually behave similar to IntVectors & Vectors.

63 lines of code changed in 3 files:

  • CCA/Components/Models/Radiation/RMCRT: RayGPU.cc (+2 -2), RayGPU.cuh (+31 -31), RayGPUKernel.cu (+30 -30)
harman 2013-11-16 12:12 Rev.: 51305

fixed compile error.

Removed the hack for cellType. Now using native supported GPUGridVarialbe<int>

9 lines of code changed in 4 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+1 -25), Ray.h (+1 -2), RayGPU.cuh (+1 -1), RayGPUKernel.cu (+6 -13)
harman 2013-11-16 11:24 Rev.: 51304

Moved some of the Int3/double3 operators upstream to GPUVector.h.

Turned on the RNGs. Now initializing the RNGs cudaState upstream of the main kernel in a separate
setupRandNum_kernel.


70 lines of code changed in 3 files:

  • CCA/Components/Models/Radiation/RMCRT: RayGPU.cc (+6 -13), RayGPU.cuh (+2 -55), RayGPUKernel.cu (+62 -47)
ahumphrey 2013-11-11 12:14 Rev.: 51258

Add support for GPU Stencil7.
Add additional cuda_testdefs macro for range checking on the GPU when SCI_CUDA_ASSERTION_LEVEL >= 3

1 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/RMCRT: RayGPUKernel.cu (+1)
ahumphrey 2013-11-11 11:52 Rev.: 51257

Put GPUVector code within SCIRun namespace and add header guard.
Add using namespace directive accordingly to RayGPU kernel and header.

4 lines of code changed in 2 files:

  • CCA/Components/Models/Radiation/RMCRT: RayGPU.cuh (+2), RayGPUKernel.cu (+2 -1)
ahumphrey 2013-11-10 11:35 Rev.: 51253

Add Unified Scheduler support for automatic copying of generic GridVariables to the GPU. This support can be easily extended to Stencil7, ParticleVariable, etc with an expanded inheritance heirarchy of "GPUVariables":

GPUVariable
|------GPUGridVariableBase
| |------GPUGridVariable<T>
|------GPUReductionVariableBase
| |------GPUReductionVariable<T>
|------GPUStencil7Base
| |------GPUStencil7<T>
|------GPUParticleVariableBase
| |------GPUParicleVariable<T>

* Need to implement a cleaner way to "getRegion" for RMCRT. This works for now.
* Also some small changes to the UnifedSchedulerTest example.
* Fix typo in RayGPU.cc

2 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/RMCRT: RayGPU.cc (+2 -1)
harman 2013-11-08 12:32 Rev.: 51244

converted a few variables that I missed in last commit.
int3 -> Int3

8 lines of code changed in 3 files:

  • CCA/Components/Models/Radiation/RMCRT: RayGPU.cc (+2 -2), RayGPU.cuh (+2 -2), RayGPUKernel.cu (+4 -5)
harman 2013-11-07 13:53 Rev.: 51239

Global:
changed int3 -> Int3
changed double3 -> Double3
So you can use [] operators.

removed the temporary functions getElement() and updateElement() which
operated on an element of a int3 or double3.

Answers do not change for rmcrt_test_1L.ups

79 lines of code changed in 2 files:

  • CCA/Components/Models/Radiation/RMCRT: RayGPU.cuh (+43 -51), RayGPUKernel.cu (+36 -126)
harman 2013-11-07 10:23 Rev.: 51238

Ray.cc:
moved initialization of d_DcellType from initProperties() to setBoundaryConditions

RayGPU.cc
increase the size of the printf buffer by 10X. Needed for debugging.

RayGPUKernel.cu
fixed Z-slices looping limits
changes to printf statements
turned on the while( intensity > threshold) loop
helper functions updateElement()
added break statements

81 lines of code changed in 3 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+40 -26), RayGPU.cc (+10 -3), RayGPUKernel.cu (+31 -23)
harman 2013-11-06 13:22 Rev.: 51232


Added a double verion of cellType since GPUGridVariables only support doubles at this time.
This hack creates polution but should not influence the results.

The CPU & GPU code is heavily instrumented for direct comparisons.

133 lines of code changed in 5 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+93 -14), Ray.h (+1), RayGPU.cc (+5 -3), RayGPU.cuh (+1 -1), RayGPUKernel.cu (+33 -26)
jsutherland 2013-10-31 19:36 Rev.: 51196

This one has been a long time coming.

Rip out the standard namespace opening that has been polluting header files throughout the framework. This crept into all sorts of places.

DO NOT open namespaces in header files. Ever.

11 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/RMCRT: Ray.h (+11 -11)
qymeng 2013-10-24 15:31 Rev.: 51147

schedule ray CPU task if -gpu argument not present, instead of depends on HAVE_CUDA macro.

17 lines of code changed in 5 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+7 -6), Ray.h (-2), RayGPU.cc (+7 -2), sub.mk (new)
harman 2013-10-24 15:04 Rev.: 51146

Global: changed _pi -> M_PI which is defined in math.h

11 lines of code changed in 2 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+11 -13), Ray.h (-1)
qymeng 2013-10-24 13:18 Rev.: 51143

Add support for post GPU kernel processing callback.
A GPU task will be called multipule times and each time an event argument will be passed.
The task function can then use the event to decide what to run when
1) Task::CPU task is scheduled to run on CPU
2) Task::GPU task is scheduled to run on GPU
3) Task::postGPU task is finished execution on GPU, DW has been copied back.

CPU only task interface is not unchanged.

8 lines of code changed in 3 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+2 -2), Ray.h (+2 -1), RayGPU.cc (+4 -1)
harman 2013-10-14 14:30 Rev.: 51076

-Heavily instrumented code.
-random number generators not being used.
It compiles and that's about it.


212 lines of code changed in 4 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+5 -9), RayGPU.cc (+17 -7), RayGPU.cuh (+12 -4), RayGPUKernel.cu (+178 -37)
qymeng 2013-10-04 11:11 Rev.: 51023

add const GPU Grid Variable support

13 lines of code changed in 2 files:

  • CCA/Components/Models/Radiation/RMCRT: RayGPU.cuh (+3 -3), RayGPUKernel.cu (+10 -10)
harman 2013-10-03 16:49 Rev.: 51021

Moved MersenneTwister.h to Core/Math so others can use it.

3 lines of code changed in 2 files:

  • CCA/Components/Models/Radiation/RMCRT: MersenneTwister.h (del), Ray.cc (+3 -2)
harman 2013-09-24 10:12 Rev.: 50975

removed extra spaces.
removed old version of updateSumIDevice()

rayTraceKernel()
- added get() calls for abskg, sigmaT4 and celltype for
the entire computational domain.

22 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/RMCRT: RayGPUKernel.cu (+22 -171)
harman 2013-09-22 15:24 Rev.: 50974

More heavy construction in GPU:RMCRT

global variable name change:
size->nRaySteps

It will compile.


163 lines of code changed in 4 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+8 -8), RayGPU.cc (+28 -11), RayGPU.cuh (+55 -42), RayGPUKernel.cu (+72 -107)
harman 2013-09-20 16:31 Rev.: 50973

added
- findRayDirectionDevice
- rayLocationDevice
- updateSumIDevice -- still under construction.
a bunch of operators for double3 and uint3 variables.

Still under heavy construction.

361 lines of code changed in 3 files:

  • CCA/Components/Models/Radiation/RMCRT: RayGPU.cc (+4 -4), RayGPU.cuh (+99 -5), RayGPUKernel.cu (+258 -8)
harman 2013-09-20 09:55 Rev.: 50971

Construction zone.

-created RMCRT_flags struct. Now passing that around.
-created core conditional blocks inside of the Kernel.

It compiles.

114 lines of code changed in 3 files:

  • CCA/Components/Models/Radiation/RMCRT: RayGPU.cc (+35 -13), RayGPU.cuh (+24 -17), RayGPUKernel.cu (+55 -27)
harman 2013-09-19 16:43 Rev.: 50970

created several structs that are being passed into the kernel.


170 lines of code changed in 5 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+2 -2), Ray.h (+4 -1), RayGPU.cc (+47 -18), RayGPU.cuh (+37 -14), RayGPUKernel.cu (+80 -28)
ahumphrey 2013-09-14 22:47 Rev.: 50952

Fix RMCRT_Test compiler error.

25 lines of code changed in 3 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.h (-22), RayGPU.cc (+2 -1), RayGPU.cuh (+23)
ahumphrey 2013-09-14 22:02 Rev.: 50950

First wave of refactoring for RMCRT to use the new Unified Scheduler GPU-DataWarehouse interface.
This is essentially all the "external plumbing". Internal work will be to next re-write the rayTrace kernel to fit with the recent CPU-RMCRT changes.

168 lines of code changed in 6 files:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+24 -42), Ray.h (+30 -47), RayGPU.cc (+50 -66), RayGPU.cuh (+14 -23), RayGPUKernel.cu (+46 -50), sub.mk (+4 -4)
harman 2013-09-13 16:42 Rev.: 50941

Ray.cc: updateSumI() in Ray_scatter section
- let the user control if the random number generator seed is random.

RMCRT_test.cc
- now using the correct timeIndex in all dataArchive queries. Previously,
we were using the timestep number.

2 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+2 -3)

(38 more)

Generated by StatSVN 0.7.0