| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
guaranteed to fail in functional simulation only mode. Hopefully this shouldn't introduce any new issues.
|
|
branch, incorporating Dynamic Parallelism and many bug fixes.
|
|
shfl instruction implemented
|
|
Initial support of CUDA Dynamic Parallelism on GPGPUSim
|
|
|
|
|
|
|
|
|
|
|
|
initiation_interval numbers for bsmad
|
|
|
|
|
|
to complete the TODOs noted in bsmad_impl
|
|
in its warp
|
|
|
|
Now, sst_impl doesn't functionally execute on the last indexed element of an array, but instead on the actual last thread that executes
|
|
sst_impl
|
|
|
|
|
|
of elements instead of the device memory address
|
|
|
|
in sstarr memory
|
|
are in the sstarr memory and writes the data back into sstarr memory.
|
|
|
|
|
|
Kernel launch to stream not yet implemented
|
|
cudaGetParameterBufferV2 and call cudaLaunchDeviceV2
|
|
|
|
|
|
can be done in a different branch
|
|
This will be used to add custom instructions in the future; the imaginary instructions 'spr' and 'ama' have been added as samples.
|
|
|
|
changes to parse instructions. Carry functionality NOT fully implemented; .cc instructions function like their unmodified ueqivelents. Also modified GTX750Ti config to model L1 data cache as simply not being used for global loads (instead of not existing at all). Changed ptxinfo parsing to avoid crashing when info includes texture information.
|
|
Remove redudant definition for some tokens which confuses the parser
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 18462]
|