Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-3504

GPU Junit tests

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • SystemDS 3.1, SystemDS 3.2
    • SystemDS 3.2
    • GPU, Test
    • None

    Description

      mvn -ntp test -DenableGPU=true -Dmaven.test.skip=false -Dtest-parallel=suites -Dtest-threadCount=1 -Dtest-forkCount=1 -D automatedtestbase.outputbuffering=false -Dtest=org.apache.sysds.test.gpu.**

      Result of GPU Junit tests

      
      [ERROR] Failures: 
      [ERROR] org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAgg15CP
      [ERROR]   Run 1: RowAggTmplTest.testCodegenRowAgg15CP:50->AutomatedTestBase.runTest:1390->AutomatedTestBase.runTest:1515 
      failed to run script: ./src/test/scripts/functions/codegen/rowAggPattern15.dml
      Standard Out:
      StackTrace:
      LEVEL : 0
      Exception : class org.apache.sysds.lops.LopsException
      Message   : ERROR: line 26, column 10 -- Problem generating simple inst - GPU°softmax°_mVar60·MATRIX·FP64·false°_mVar61·MATRIX·FP64°1
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:657)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAgg15CP(RowAggTmplTest.java:322)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAgg15CP(RowAggTmplTest.java:50)
       ... Stopping Stack Trace at JUnit Or JDK
      LEVEL : 1
      Exception : class org.apache.sysds.runtime.DMLRuntimeException
      Message   : The instruction is not supported on GPU:GPU°softmax°_mVar60·MATRIX·FP64·false°_mVar61·MATRIX·FP64°1
        at org.apache.sysds.runtime.instructions.gpu.BuiltinUnaryGPUInstruction.parseInstruction(BuiltinUnaryGPUInstruction.java:54)
        at org.apache.sysds.runtime.instructions.GPUInstructionParser.parseSingleInstruction(GPUInstructionParser.java:192)
        at org.apache.sysds.runtime.instructions.InstructionParser.parseSingleInstruction(InstructionParser.java:52)
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:635)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAgg15CP(RowAggTmplTest.java:322)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAgg15CP(RowAggTmplTest.java:50)
       ... Stopping Stack Trace at JUnit Or JDK
      [ERROR]   Run 2: RowAggTmplTest.testCodegenRowAgg15CP:50->AutomatedTestBase.runTest:1390->AutomatedTestBase.runTest:1515 
      failed to run script: ./src/test/scripts/functions/codegen/rowAggPattern15.dml
      Standard Out:
      StackTrace:
      LEVEL : 0
      Exception : class org.apache.sysds.lops.LopsException
      Message   : ERROR: line 26, column 10 -- Problem generating simple inst - GPU°softmax°_mVar1385·MATRIX·FP64·false°_mVar1386·MATRIX·FP64°1
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:657)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAgg15CP(RowAggTmplTest.java:322)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAgg15CP(RowAggTmplTest.java:50)
       ... Stopping Stack Trace at JUnit Or JDK
      LEVEL : 1
      Exception : class org.apache.sysds.runtime.DMLRuntimeException
      Message   : The instruction is not supported on GPU:GPU°softmax°_mVar1385·MATRIX·FP64·false°_mVar1386·MATRIX·FP64°1
        at org.apache.sysds.runtime.instructions.gpu.BuiltinUnaryGPUInstruction.parseInstruction(BuiltinUnaryGPUInstruction.java:54)
        at org.apache.sysds.runtime.instructions.GPUInstructionParser.parseSingleInstruction(GPUInstructionParser.java:192)
        at org.apache.sysds.runtime.instructions.InstructionParser.parseSingleInstruction(InstructionParser.java:52)
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:635)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAgg15CP(RowAggTmplTest.java:322)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAgg15CP(RowAggTmplTest.java:50)
       ... Stopping Stack Trace at JUnit Or JDK
      [ERROR]   Run 3: RowAggTmplTest.testCodegenRowAgg15CP:50->AutomatedTestBase.runTest:1390->AutomatedTestBase.runTest:1515 
      failed to run script: ./src/test/scripts/functions/codegen/rowAggPattern15.dml
      Standard Out:
      StackTrace:
      LEVEL : 0
      Exception : class org.apache.sysds.lops.LopsException
      Message   : ERROR: line 26, column 10 -- Problem generating simple inst - GPU°softmax°_mVar1419·MATRIX·FP64·false°_mVar1420·MATRIX·FP64°1
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:657)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAgg15CP(RowAggTmplTest.java:322)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAgg15CP(RowAggTmplTest.java:50)
       ... Stopping Stack Trace at JUnit Or JDK
      LEVEL : 1
      Exception : class org.apache.sysds.runtime.DMLRuntimeException
      Message   : The instruction is not supported on GPU:GPU°softmax°_mVar1419·MATRIX·FP64·false°_mVar1420·MATRIX·FP64°1
        at org.apache.sysds.runtime.instructions.gpu.BuiltinUnaryGPUInstruction.parseInstruction(BuiltinUnaryGPUInstruction.java:54)
        at org.apache.sysds.runtime.instructions.GPUInstructionParser.parseSingleInstruction(GPUInstructionParser.java:192)
        at org.apache.sysds.runtime.instructions.InstructionParser.parseSingleInstruction(InstructionParser.java:52)
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:635)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAgg15CP(RowAggTmplTest.java:322)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAgg15CP(RowAggTmplTest.java:50)
       ... Stopping Stack Trace at JUnit Or JDK
      [INFO] 
      [ERROR] org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAgg19CP
      [ERROR]   Run 1: RowAggTmplTest.testCodegenRowAgg19CP:54->AutomatedTestBase.runTest:1390->AutomatedTestBase.runTest:1515 
      failed to run script: ./src/test/scripts/functions/codegen/rowAggPattern19.dml
      Standard Out:
      StackTrace:
      LEVEL : 0
      Exception : class org.apache.sysds.lops.LopsException
      Message   : ERROR: line 28, column 14 -- Problem generating simple inst - GPU°softmax°_mVar129·MATRIX·FP64·false°_mVar137·MATRIX·FP64°1
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:657)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAgg19CP(RowAggTmplTest.java:385)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAgg19CP(RowAggTmplTest.java:54)
       ... Stopping Stack Trace at JUnit Or JDK
      LEVEL : 1
      Exception : class org.apache.sysds.runtime.DMLRuntimeException
      Message   : The instruction is not supported on GPU:GPU°softmax°_mVar129·MATRIX·FP64·false°_mVar137·MATRIX·FP64°1
        at org.apache.sysds.runtime.instructions.gpu.BuiltinUnaryGPUInstruction.parseInstruction(BuiltinUnaryGPUInstruction.java:54)
        at org.apache.sysds.runtime.instructions.GPUInstructionParser.parseSingleInstruction(GPUInstructionParser.java:192)
        at org.apache.sysds.runtime.instructions.InstructionParser.parseSingleInstruction(InstructionParser.java:52)
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:635)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAgg19CP(RowAggTmplTest.java:385)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAgg19CP(RowAggTmplTest.java:54)
       ... Stopping Stack Trace at JUnit Or JDK
      [ERROR]   Run 2: RowAggTmplTest.testCodegenRowAgg19CP:54->AutomatedTestBase.runTest:1390->AutomatedTestBase.runTest:1515 
      failed to run script: ./src/test/scripts/functions/codegen/rowAggPattern19.dml
      Standard Out:
      StackTrace:
      LEVEL : 0
      Exception : class org.apache.sysds.lops.LopsException
      Message   : ERROR: line 28, column 14 -- Problem generating simple inst - GPU°softmax°_mVar1390·MATRIX·FP64·false°_mVar1398·MATRIX·FP64°1
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:657)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAgg19CP(RowAggTmplTest.java:385)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAgg19CP(RowAggTmplTest.java:54)
       ... Stopping Stack Trace at JUnit Or JDK
      LEVEL : 1
      Exception : class org.apache.sysds.runtime.DMLRuntimeException
      Message   : The instruction is not supported on GPU:GPU°softmax°_mVar1390·MATRIX·FP64·false°_mVar1398·MATRIX·FP64°1
        at org.apache.sysds.runtime.instructions.gpu.BuiltinUnaryGPUInstruction.parseInstruction(BuiltinUnaryGPUInstruction.java:54)
        at org.apache.sysds.runtime.instructions.GPUInstructionParser.parseSingleInstruction(GPUInstructionParser.java:192)
        at org.apache.sysds.runtime.instructions.InstructionParser.parseSingleInstruction(InstructionParser.java:52)
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:635)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAgg19CP(RowAggTmplTest.java:385)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAgg19CP(RowAggTmplTest.java:54)
       ... Stopping Stack Trace at JUnit Or JDK
      [ERROR]   Run 3: RowAggTmplTest.testCodegenRowAgg19CP:54->AutomatedTestBase.runTest:1390->AutomatedTestBase.runTest:1515 
      failed to run script: ./src/test/scripts/functions/codegen/rowAggPattern19.dml
      Standard Out:
      StackTrace:
      LEVEL : 0
      Exception : class org.apache.sysds.lops.LopsException
      Message   : ERROR: line 28, column 14 -- Problem generating simple inst - GPU°softmax°_mVar1424·MATRIX·FP64·false°_mVar1432·MATRIX·FP64°1
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:657)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAgg19CP(RowAggTmplTest.java:385)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAgg19CP(RowAggTmplTest.java:54)
       ... Stopping Stack Trace at JUnit Or JDK
      LEVEL : 1
      Exception : class org.apache.sysds.runtime.DMLRuntimeException
      Message   : The instruction is not supported on GPU:GPU°softmax°_mVar1424·MATRIX·FP64·false°_mVar1432·MATRIX·FP64°1
        at org.apache.sysds.runtime.instructions.gpu.BuiltinUnaryGPUInstruction.parseInstruction(BuiltinUnaryGPUInstruction.java:54)
        at org.apache.sysds.runtime.instructions.GPUInstructionParser.parseSingleInstruction(GPUInstructionParser.java:192)
        at org.apache.sysds.runtime.instructions.InstructionParser.parseSingleInstruction(InstructionParser.java:52)
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:635)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAgg19CP(RowAggTmplTest.java:385)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAgg19CP(RowAggTmplTest.java:54)
       ... Stopping Stack Trace at JUnit Or JDK
      [INFO] 
      [ERROR] org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAggRewrite15CP
      [ERROR]   Run 1: RowAggTmplTest.testCodegenRowAggRewrite15CP:97->AutomatedTestBase.runTest:1390->AutomatedTestBase.runTest:1515 
      failed to run script: ./src/test/scripts/functions/codegen/rowAggPattern15.dml
      Standard Out:
      StackTrace:
      LEVEL : 0
      Exception : class org.apache.sysds.lops.LopsException
      Message   : ERROR: line 26, column 10 -- Problem generating simple inst - GPU°softmax°_mVar885·MATRIX·FP64·false°_mVar886·MATRIX·FP64°1
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:657)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAggRewrite15CP(RowAggTmplTest.java:317)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAggRewrite15CP(RowAggTmplTest.java:97)
       ... Stopping Stack Trace at JUnit Or JDK
      LEVEL : 1
      Exception : class org.apache.sysds.runtime.DMLRuntimeException
      Message   : The instruction is not supported on GPU:GPU°softmax°_mVar885·MATRIX·FP64·false°_mVar886·MATRIX·FP64°1
        at org.apache.sysds.runtime.instructions.gpu.BuiltinUnaryGPUInstruction.parseInstruction(BuiltinUnaryGPUInstruction.java:54)
        at org.apache.sysds.runtime.instructions.GPUInstructionParser.parseSingleInstruction(GPUInstructionParser.java:192)
        at org.apache.sysds.runtime.instructions.InstructionParser.parseSingleInstruction(InstructionParser.java:52)
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:635)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAggRewrite15CP(RowAggTmplTest.java:317)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAggRewrite15CP(RowAggTmplTest.java:97)
       ... Stopping Stack Trace at JUnit Or JDK
      [ERROR]   Run 2: RowAggTmplTest.testCodegenRowAggRewrite15CP:97->AutomatedTestBase.runTest:1390->AutomatedTestBase.runTest:1515 
      failed to run script: ./src/test/scripts/functions/codegen/rowAggPattern15.dml
      Standard Out:
      StackTrace:
      LEVEL : 0
      Exception : class org.apache.sysds.lops.LopsException
      Message   : ERROR: line 26, column 10 -- Problem generating simple inst - GPU°softmax°_mVar1402·MATRIX·FP64·false°_mVar1403·MATRIX·FP64°1
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:657)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAggRewrite15CP(RowAggTmplTest.java:317)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAggRewrite15CP(RowAggTmplTest.java:97)
       ... Stopping Stack Trace at JUnit Or JDK
      LEVEL : 1
      Exception : class org.apache.sysds.runtime.DMLRuntimeException
      Message   : The instruction is not supported on GPU:GPU°softmax°_mVar1402·MATRIX·FP64·false°_mVar1403·MATRIX·FP64°1
        at org.apache.sysds.runtime.instructions.gpu.BuiltinUnaryGPUInstruction.parseInstruction(BuiltinUnaryGPUInstruction.java:54)
        at org.apache.sysds.runtime.instructions.GPUInstructionParser.parseSingleInstruction(GPUInstructionParser.java:192)
        at org.apache.sysds.runtime.instructions.InstructionParser.parseSingleInstruction(InstructionParser.java:52)
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:635)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAggRewrite15CP(RowAggTmplTest.java:317)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAggRewrite15CP(RowAggTmplTest.java:97)
       ... Stopping Stack Trace at JUnit Or JDK
      [ERROR]   Run 3: RowAggTmplTest.testCodegenRowAggRewrite15CP:97->AutomatedTestBase.runTest:1390->AutomatedTestBase.runTest:1515 
      failed to run script: ./src/test/scripts/functions/codegen/rowAggPattern15.dml
      Standard Out:
      StackTrace:
      LEVEL : 0
      Exception : class org.apache.sysds.lops.LopsException
      Message   : ERROR: line 26, column 10 -- Problem generating simple inst - GPU°softmax°_mVar1436·MATRIX·FP64·false°_mVar1437·MATRIX·FP64°1
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:657)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAggRewrite15CP(RowAggTmplTest.java:317)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAggRewrite15CP(RowAggTmplTest.java:97)
       ... Stopping Stack Trace at JUnit Or JDK
      LEVEL : 1
      Exception : class org.apache.sysds.runtime.DMLRuntimeException
      Message   : The instruction is not supported on GPU:GPU°softmax°_mVar1436·MATRIX·FP64·false°_mVar1437·MATRIX·FP64°1
        at org.apache.sysds.runtime.instructions.gpu.BuiltinUnaryGPUInstruction.parseInstruction(BuiltinUnaryGPUInstruction.java:54)
        at org.apache.sysds.runtime.instructions.GPUInstructionParser.parseSingleInstruction(GPUInstructionParser.java:192)
        at org.apache.sysds.runtime.instructions.InstructionParser.parseSingleInstruction(InstructionParser.java:52)
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:635)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAggRewrite15CP(RowAggTmplTest.java:317)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAggRewrite15CP(RowAggTmplTest.java:97)
       ... Stopping Stack Trace at JUnit Or JDK
      [INFO] 
      [ERROR] org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAggRewrite19CP
      [ERROR]   Run 1: RowAggTmplTest.testCodegenRowAggRewrite19CP:102->AutomatedTestBase.runTest:1390->AutomatedTestBase.runTest:1515 
      failed to run script: ./src/test/scripts/functions/codegen/rowAggPattern19.dml
      Standard Out:
      StackTrace:
      LEVEL : 0
      Exception : class org.apache.sysds.lops.LopsException
      Message   : ERROR: line 28, column 14 -- Problem generating simple inst - GPU°softmax°_mVar933·MATRIX·FP64·false°_mVar941·MATRIX·FP64°1
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:657)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAggRewrite19CP(RowAggTmplTest.java:380)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAggRewrite19CP(RowAggTmplTest.java:102)
       ... Stopping Stack Trace at JUnit Or JDK
      LEVEL : 1
      Exception : class org.apache.sysds.runtime.DMLRuntimeException
      Message   : The instruction is not supported on GPU:GPU°softmax°_mVar933·MATRIX·FP64·false°_mVar941·MATRIX·FP64°1
        at org.apache.sysds.runtime.instructions.gpu.BuiltinUnaryGPUInstruction.parseInstruction(BuiltinUnaryGPUInstruction.java:54)
        at org.apache.sysds.runtime.instructions.GPUInstructionParser.parseSingleInstruction(GPUInstructionParser.java:192)
        at org.apache.sysds.runtime.instructions.InstructionParser.parseSingleInstruction(InstructionParser.java:52)
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:635)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAggRewrite19CP(RowAggTmplTest.java:380)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAggRewrite19CP(RowAggTmplTest.java:102)
       ... Stopping Stack Trace at JUnit Or JDK
      [ERROR]   Run 2: RowAggTmplTest.testCodegenRowAggRewrite19CP:102->AutomatedTestBase.runTest:1390->AutomatedTestBase.runTest:1515 
      failed to run script: ./src/test/scripts/functions/codegen/rowAggPattern19.dml
      Standard Out:
      StackTrace:
      LEVEL : 0
      Exception : class org.apache.sysds.lops.LopsException
      Message   : ERROR: line 28, column 14 -- Problem generating simple inst - GPU°softmax°_mVar1407·MATRIX·FP64·false°_mVar1415·MATRIX·FP64°1
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:657)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAggRewrite19CP(RowAggTmplTest.java:380)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAggRewrite19CP(RowAggTmplTest.java:102)
       ... Stopping Stack Trace at JUnit Or JDK
      LEVEL : 1
      Exception : class org.apache.sysds.runtime.DMLRuntimeException
      Message   : The instruction is not supported on GPU:GPU°softmax°_mVar1407·MATRIX·FP64·false°_mVar1415·MATRIX·FP64°1
        at org.apache.sysds.runtime.instructions.gpu.BuiltinUnaryGPUInstruction.parseInstruction(BuiltinUnaryGPUInstruction.java:54)
        at org.apache.sysds.runtime.instructions.GPUInstructionParser.parseSingleInstruction(GPUInstructionParser.java:192)
        at org.apache.sysds.runtime.instructions.InstructionParser.parseSingleInstruction(InstructionParser.java:52)
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:635)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAggRewrite19CP(RowAggTmplTest.java:380)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAggRewrite19CP(RowAggTmplTest.java:102)
       ... Stopping Stack Trace at JUnit Or JDK
      [ERROR]   Run 3: RowAggTmplTest.testCodegenRowAggRewrite19CP:102->AutomatedTestBase.runTest:1390->AutomatedTestBase.runTest:1515 
      failed to run script: ./src/test/scripts/functions/codegen/rowAggPattern19.dml
      Standard Out:
      StackTrace:
      LEVEL : 0
      Exception : class org.apache.sysds.lops.LopsException
      Message   : ERROR: line 28, column 14 -- Problem generating simple inst - GPU°softmax°_mVar1441·MATRIX·FP64·false°_mVar1449·MATRIX·FP64°1
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:657)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAggRewrite19CP(RowAggTmplTest.java:380)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAggRewrite19CP(RowAggTmplTest.java:102)
       ... Stopping Stack Trace at JUnit Or JDK
      LEVEL : 1
      Exception : class org.apache.sysds.runtime.DMLRuntimeException
      Message   : The instruction is not supported on GPU:GPU°softmax°_mVar1441·MATRIX·FP64·false°_mVar1449·MATRIX·FP64°1
        at org.apache.sysds.runtime.instructions.gpu.BuiltinUnaryGPUInstruction.parseInstruction(BuiltinUnaryGPUInstruction.java:54)
        at org.apache.sysds.runtime.instructions.GPUInstructionParser.parseSingleInstruction(GPUInstructionParser.java:192)
        at org.apache.sysds.runtime.instructions.InstructionParser.parseSingleInstruction(InstructionParser.java:52)
        at org.apache.sysds.lops.compile.Dag.generateControlProgramJobs(Dag.java:635)
        at org.apache.sysds.lops.compile.Dag.doPlainInstructionGen(Dag.java:240)
        at org.apache.sysds.lops.compile.Dag.getJobs(Dag.java:182)
        at org.apache.sysds.parser.DMLTranslator.createRuntimeProgramBlock(DMLTranslator.java:690)
        at org.apache.sysds.parser.DMLTranslator.getRuntimeProgram(DMLTranslator.java:468)
        at org.apache.sysds.api.DMLScript.execute(DMLScript.java:463)
        at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:320)
        at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1533)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1489)
        at org.apache.sysds.test.AutomatedTestBase.runTest(AutomatedTestBase.java:1390)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenIntegration(RowAggTmplTest.java:817)
        at org.apache.sysds.test.functions.codegen.RowAggTmplTest.testCodegenRowAggRewrite19CP(RowAggTmplTest.java:380)
        at org.apache.sysds.test.gpu.codegen.RowAggTmplTest.testCodegenRowAggRewrite19CP(RowAggTmplTest.java:102)
       ... Stopping Stack Trace at JUnit Or JDK
      [INFO] 
      [INFO] 
      [ERROR] Tests run: 164, Failures: 4, Errors: 0, Skipped: 1
      [INFO] 
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD FAILURE
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time:  08:31 min
      [INFO] Finished at: 2023-03-07T03:58:23Z
      [INFO] ------------------------------------------------------------------------
      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5:test (default-test) on project systemds: There are test failures.
      [ERROR] 
      [ERROR] Please refer to /content/systemds-3.1.0-src/target/surefire-reports for the individual test results.
      [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
      [ERROR] -> [Help 1]
      [ERROR] 
      [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
      [ERROR] Re-run Maven using the -X switch to enable full debug logging.
      [ERROR] 
      [ERROR] For more information about the errors and possible solutions, please read the following articles:
      [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
      
      
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            janardhan Janardhan Pulivarthi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: