File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/test/java/de/mirkosertic/metair/ir/opencl Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 88import de .mirkosertic .metair .opencl .api .Platform ;
99import de .mirkosertic .metair .opencl .api .PlatformFactory ;
1010import de .mirkosertic .metair .opencl .api .PlatformProperties ;
11- import org .junit .jupiter .api .Disabled ;
1211import org .junit .jupiter .api .Test ;
1312
1413import static de .mirkosertic .metair .opencl .api .Float4 .float4 ;
1716import static de .mirkosertic .metair .opencl .api .VectorFunctions .dot ;
1817import static de .mirkosertic .metair .opencl .api .VectorFunctions .length ;
1918
20- @ Disabled
2119public class AliceBobCarolDaveTest {
2220
2321 @ Test
@@ -157,4 +155,4 @@ public void processWorkItem() {
157155 final long theDuration = System .currentTimeMillis () - theStart ;
158156 System .out .println ("Took " + theDuration );
159157 }
160- }
158+ }
You can’t perform that action at this time.
0 commit comments