File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ void print_error_code(sycl::exception const& e) {
9292int 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
You can’t perform that action at this time.
0 commit comments