diff options
| author | Wilson Fung <[email protected]> | 2012-11-07 05:40:42 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:49:21 -0700 |
| commit | 7b6c2f6dad0bc4c892788e495c75f169c6917bd5 (patch) | |
| tree | c2503d81bb2ea122fe225bbeeebf5f851e994480 /CHANGES | |
| parent | 0b5efbc556621998ac42e96024163fae05beaf85 (diff) | |
nvopencl_wrapper now works on machine with both AMD and NVIDIA GPUs. It will automatically compile the OpenCL kernels on the NVIDIA platform.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14558]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -25,7 +25,10 @@ Version 3.1.1+edits (development branch) versus 3.1.1 '=' and ';'. This allow options with a long string of sub-options (e.g. DRAM timing) to have a more friendly format. - Changed the DRAM timing option to a more reader-friendly format. -- Add support for the PTX v3 codes generated by new OpenCL drivers. +- Added support for the PTX version 3.0 codes generated by NVIDIA OpenCL + drivers newer than version 256.40. +- nvopencl_wrapper now works on machine with both AMD and NVIDIA GPUs. It will + automatically compile the OpenCL Kernels via the NVIDIA platform. - Bug Fixes: - Fixed a compile error that happens with newer gcc/g++ versions (4.7.1) - Fixed a bug with the association between cuobjdump output and cubin |
