Skip to content

Commit 8920194

Browse files
committed
change type: long -> uint64_t
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 31637b1 commit 8920194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/proton/csrc/Proton.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static void initProton(pybind11::module &&m) {
1818
"start",
1919
[](const std::string &path, const std::string &contextSourceName,
2020
const std::string &dataName, const std::string &profilerName,
21-
const std::string &mode, long sycl_queue,
21+
const std::string &mode, uint64_t sycl_queue,
2222
const std::string &utils_cache_path) {
2323
void *queue = reinterpret_cast<void *>(sycl_queue);
2424
auto sessionId = SessionManager::instance().addSession(

0 commit comments

Comments
 (0)