File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/test/java/de/mirkosertic/metair/ir/opencl Expand file tree Collapse file tree 2 files changed +4
-0
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 ;
1112import org .junit .jupiter .api .Test ;
1213
1314import static de .mirkosertic .metair .opencl .api .Float4 .float4 ;
1617import static de .mirkosertic .metair .opencl .api .VectorFunctions .dot ;
1718import static de .mirkosertic .metair .opencl .api .VectorFunctions .length ;
1819
20+ @ Disabled
1921public class AliceBobCarolDaveTest {
2022
2123 @ Test
Original file line number Diff line number Diff line change 66import de .mirkosertic .metair .opencl .api .OpenCLOptions ;
77import de .mirkosertic .metair .opencl .api .Platform ;
88import de .mirkosertic .metair .opencl .api .PlatformFactory ;
9+ import org .junit .jupiter .api .Disabled ;
910import org .junit .jupiter .api .Test ;
1011
1112import static de .mirkosertic .metair .opencl .api .Float2 .float2 ;
1213import static de .mirkosertic .metair .opencl .api .GlobalFunctions .get_global_id ;
1314import static de .mirkosertic .metair .opencl .api .VectorFunctions .normalize ;
1415
16+ @ Disabled
1517public class ContextTest {
1618
1719 @ Test
You can’t perform that action at this time.
0 commit comments