Skip to content

Commit b629cd9

Browse files
committed
change compiler name in README to match project policy
1 parent 5b8f932 commit b629cd9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,12 @@ Supported compilers include:
203203
<tr>
204204
<td rowspan=2 align="center">aarch64 CPU</td>
205205
<td align="center">Arm Performance Libraries</td>
206-
<td align="center">Intel DPC++</br>AdaptiveCpp</td>
206+
<td align="center">Open DPC++</br>AdaptiveCpp</td>
207207
<td align="center">Dynamic, Static</td>
208208
</tr>
209209
<tr>
210210
<td align="center">NETLIB LAPACK</td>
211-
<td align="center">Intel DPC++</br>Open DPC++</br>AdaptiveCpp</td>
211+
<td align="center">Open DPC++</br>Open DPC++</br>AdaptiveCpp</td>
212212
<td align="center">Dynamic, Static</td>
213213
</tr>
214214
<tr>

tests/unit_tests/main_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ void print_error_code(sycl::exception const& e) {
9292
int main(int argc, char** argv) {
9393
std::set<std::string> unique_devices;
9494
std::vector<sycl::device> local_devices;
95+
9596
auto platforms = sycl::platform::get_platforms();
9697
for (auto plat : platforms) {
9798
#ifdef __HIPSYCL__
@@ -167,6 +168,7 @@ int main(int argc, char** argv) {
167168
}) == devices.end())
168169
devices.push_back(&local_dev);
169170
}
171+
170172
// start Google Test pickup and output
171173
testing::InitGoogleTest(&argc, argv);
172174

0 commit comments

Comments
 (0)