| Age | Commit message (Collapse) | Author |
|
//depot/gpgpu_sim_research/fermi_power/distribution/...
to //depot/gpgpu_sim_research/fermi/distribution/...
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14723]
|
|
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13576]
|
|
One that looks like "3010" cause we have to use this value in a C macro. And one that looks like "3.1" cause that makes more sense as a stand alone string.
Removing the reference to "3.1" in the simulator code build since it just make things confusing.
The benchmarks still use the "3.1" style string but these two flows are reasonably seperate.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13574]
|
|
done by version_detection.mk
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13573]
|
|
build env vars.
This is useful if you are building one version of the sdk, change your CUDA_INSTALL_PATH then source setup_environment again.
Now things will be properly setup for the latter SDK after your source
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13572]
|
|
Also changing the cuobjdump_to_ptxplus build to into the build directory instead of inline with the src
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13567]
|
|
- ptxplus ... edits to eliminate some warnings with older gcc about printfs without string literal
- eliminate warning about map (just too annoying while testing on Mac)
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13560]
|
|
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13556]
|
|
Using a variable with the same name in two different bash scripts causes some issues....
Removing the redundnat declaration of THIS_DIR
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13555]
|
|
directory
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13554]
|
|
in case they can't even get it to build)
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13549]
|
|
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13511]
|
|
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13510]
|
|
attempting to get GPGPU-Sim to run on MacOSX again (no joy)
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13509]
|
|
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13085]
|
|
find nvcc
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13084]
|
|
imply user should bugger off and stop asking developer for help)
- Remove ridiculously long and cryptic comment from setup_environment. Most people will use CUDA_INSTALL_PATH.
- Remove decuda targets from Makefile
- Add check to Makefile to insist that setup_environment was run first
- Add version file (eliminate redundancy) and remove version strings from src/cuda-sim/cuda-sim.cc
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12874]
|
|
- removing an assert that gets triggered when using CUDA 4.2
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12865]
|
|
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12863]
|
|
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12696]
|
|
- updating README to move instructions for merging changes to end and add lots of warnings
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12622]
|
|
Major rework for the Makefile
Deleting decuda_to_ptxplus
Removing all dependencies on boost and removing it from the dependencies of the simulator
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12545]
|
|
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11307]
|
|
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11073]
|
|
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11051]
|
|
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11050]
|
|
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11015]
|
|
breaking build on pc08)
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10987]
|
|
- detect if libOpenCL.so is installed in default
location to enable OpenCL build (nvopencl_wrapper should
be modified to detect if it is accessing an NVIDIA OpenCL
implementation)
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10985]
|
|
way to enable the debug build
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10968]
|
|
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10962]
|
|
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10915]
|
|
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10884]
|
|
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10877]
|
|
Now, you have to define both NVOPENCL_LIBDIR and NVOPENCL_INCDIR in the setupd_environment script to build with opencl. If any of them is not setup, gpgpu-sim will build will output a warning and built without opencl support.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10873]
|
|
//depot/gpgpu_sim_research/fermi/distribution/setup_environment
removed troublesome whitespaces around '='
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10868]
|
|
removed ece specific code from setup_environment
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10866]
|
|
From: //depot/gpgpu_sim_research/fermi/distribution/setup_enviroment
To: //depot/gpgpu_sim_research/fermi/distribution/setup_environment
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10864]
|