aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorInderpreet Singh <[email protected]>2012-10-16 17:18:50 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:49:21 -0700
commit6405de1556cc50fd4feb3445272945a037e37423 (patch)
tree2124c1127a5630a919cd5da1b9ebea9f1479ed4f /CHANGES
parent1ade3b340c72f65fe01735df0748e13d4c026998 (diff)
Integrated in CL14390.
Fixed clCreateProgramWithSource to accept NULL or 0 as string length parameter Fixed replacement of printf modifiers when compiling OpenCL code (e.g. '%f') [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14391]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index f0e6e9c..5e4d93f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -47,10 +47,12 @@ Version 3.1.1+edits (development branch) versus 3.1.1
instruction or not showing up at all. This should correct a bug where the
instruction addresses in ptxplus are different than sass. They need to be
the same for the brx ptxplus instruction to work.
- - Fixed a bug where the L2 cache was modelling write-back for local writes
+ - Fixed a bug where the L2 cache was modelling write-back for local writes
and write-evict for global writes - Should be write-back for all writes.
- Fixed bug that was causing undetermistic kernel end detection inside the
- simulation thread.
+ simulation thread.
+ - Fixed clCreateProgramWithSource to accept NULL or 0 as string length parameter
+ - Fixed replacement of printf modifiers when compiling OpenCL code (e.g. '%f')
Version 3.1.1 versus 3.1.0
- Add checks to top level makefile to ensure setup_environment is run and checks to