Commit f64c81a
authored
[SYCL][E2E][Subdevice] Reduce run time of test subdevice_pi.cpp (intel#16341)
On intel cpu device, the number of subdevices was the same as cpu count.
The number could be large on a server. In `shared` subtest, all
subdevices belong to the same context and device program is built for
every subdevice. Device code compilation may take long time. This PR
reduces test time from 10s to 0.4s on 160-core ICX. When device
sanitizer is enabled, test time is reduced from ~10min to 14s.1 parent dec8c40 commit f64c81a
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | | - | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments