We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31637b1 commit 8920194Copy full SHA for 8920194
third_party/proton/csrc/Proton.cpp
@@ -18,7 +18,7 @@ static void initProton(pybind11::module &&m) {
18
"start",
19
[](const std::string &path, const std::string &contextSourceName,
20
const std::string &dataName, const std::string &profilerName,
21
- const std::string &mode, long sycl_queue,
+ const std::string &mode, uint64_t sycl_queue,
22
const std::string &utils_cache_path) {
23
void *queue = reinterpret_cast<void *>(sycl_queue);
24
auto sessionId = SessionManager::instance().addSession(
0 commit comments