File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/java/com/aparapi/runtime Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33## 1.8.0
44* Updated KernelManager to facilitate class extensions having constructors with non static parameters
55* Enable kernel profiling and execution simultaneously on multiple devices (multiple threads calling same kernel class on multiple devices)
6- * Fixed JVM crash with multi-dimensional arrays in Local memory (2D and 3D local arrays are now supported)
7- * Fixed: Signed integer constants were being interpreted as unsigned values in instruction SIPUSH
6+ * Fixed JVM crash when multi-dimensional arrays were used in Local memory (2D and 3D local arrays are now supported)
7+ * Fixed bug where signed integer constants were being interpreted as unsigned values during Codegen.
88
99## 1.7.0
1010
Original file line number Diff line number Diff line change @@ -75,4 +75,4 @@ public void run()
7575 kernel .execute (Range .create (device , SIZE , SIZE ));
7676 assertEquals ("Result doesn't match" , -800 , RESULT [0 ]);
7777 }
78- }
78+ }
You can’t perform that action at this time.
0 commit comments