File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ pi_result _pi_program::build_program(const char *build_options) {
576
576
// / query to PI and use cuModuleGetFunction to check for a kernel.
577
577
// / Note: Another alternative is to add kernel names as metadata, like with
578
578
// / reqd_work_group_size.
579
- std::string getKernelNames (pi_program program ) {
579
+ std::string getKernelNames (pi_program) {
580
580
cl::sycl::detail::pi::die (" getKernelNames not implemented" );
581
581
return {};
582
582
}
Original file line number Diff line number Diff line change 24
24
#include < cassert>
25
25
#include < cstring>
26
26
#include < cuda.h>
27
+ #include < functional>
27
28
#include < limits>
29
+ #include < mutex>
28
30
#include < numeric>
29
31
#include < stdint.h>
30
32
#include < string>
33
+ #include < unordered_map>
31
34
#include < vector>
32
- #include < functional>
33
- #include < mutex>
34
35
35
36
extern " C" {
36
37
You can’t perform that action at this time.
0 commit comments