summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2012-06-28 10:23:33 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:47:33 -0700
commite763b57bf5e79e73359fe9b8fd346ae52d382834 (patch)
tree45db88eee614a0f7126f1eafeeee3592997a7613
parent1a021b521712d5b2e812cd4db88ed58e1add9ece (diff)
spell check
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13235]
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 2408349..0d851e0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,9 +30,9 @@ Version 3.1.0+edits (development branch) versus 3.1.0
- Fixed the DRAM performance statistics log to display information properly
when there are more than 4 banks in each partition (reported by Jungrae).
- Fixing a bug in the opencl prebuilt ptx flow.
- If a kernel made modidifcations to the .cl code at runtime (like changed
- the block size or some other constants) then recompiled itself, the saved_embedded_ptx flag
- would just overwrite the same ptx file.
+ If a kernel made modifcations to the .cl code at runtime (like changed
+ the block size or some other constants) then recompiled itself, the
+ saved_embedded_ptx flag would just overwrite the same ptx file.
The same thing happened when using a prebuilt ptx file through
PTX_SIM_USE_PTX_FILE - It always wanted to
load the same ptx file even though there should have been more than one.