Skip to content

Commit 9eb837a

Browse files
authored
fixed sample.json files(added missing comma) (#1649)
1 parent 88d0c5f commit 9eb837a

File tree

3 files changed

+3
-3
lines changed
  • DirectProgramming/C++SYCL
    • DenseLinearAlgebra/guided_simpleCudaGraphs_SYCLMigration
    • MapReduce/guided_quasirandomGenerator_SYCLMigration
    • guided_convolutionSeparable_SYCLmigration

3 files changed

+3
-3
lines changed

DirectProgramming/C++SYCL/DenseLinearAlgebra/guided_simpleCudaGraphs_SYCLMigration/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
]
2020
}]
2121

22-
}
22+
},
2323
"expertise": "Concept and Functionality"
2424
}

DirectProgramming/C++SYCL/MapReduce/guided_quasirandomGenerator_SYCLMigration/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
]
2121
}]
2222

23-
}
23+
},
2424
"expertise": "Code Optimization"
2525
}

DirectProgramming/C++SYCL/guided_convolutionSeparable_SYCLmigration/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
]
2323
}]
2424

25-
}
25+
},
2626
"expertise": "Code Optimization"
2727
}

0 commit comments

Comments
 (0)