@@ -32,18 +32,13 @@ def migrate_test():
32
32
["APIs/Types - Medium manual effort for code fixing." ],
33
33
["lines of code" , "will not be automatically migrated." ],
34
34
["APIs/Types - High manual effort for code fixing." ],
35
- ["Total Project:" ],
36
- ["lines of code" , "will be automatically migrated." ],
37
- ["APIs/Types - No manual effort." ],
38
- ["APIs/Types - Low manual effort for checking and code fixing." ],
39
- ["APIs/Types - Medium manual effort for code fixing." ],
40
- ["lines of code" , "will not be automatically migrated." ],
41
- ["APIs/Types - High manual effort for code fixing." ],
42
35
["Library Dependencies of SYCL Project:" ],
43
- ["oneAPI Math Kernel Library (oneMKL)" ],
44
- ["oneAPI DPC++ Library (oneDPL)" ],
45
- ["oneAPI Deep Neural Network Library (oneDNN)" ],
46
- ["oneAPI Collective Communications Library (oneCCL)" ]]
36
+ ["The Intel oneAPI Math Kernel Library (oneMKL)" ],
37
+ ["The Intel oneAPI DPC++ Library (oneDPL)" ],
38
+ ["The Intel oneAPI Deep Neural Network Library (oneDNN)" ],
39
+ ["The Intel oneAPI Collective Communications Library (oneCCL)" ],
40
+ ["Unsupported APIs and Types:" ],
41
+ ["cudaDeviceGetPCIBusId Occurrences 1 times" ]]
47
42
48
43
ret_lines = test_config .command_output .splitlines ()
49
44
res = True
0 commit comments