"src/vscode:/vscode.git/clone" did not exist on "11f527ac0f67ec1d9e84d6a49bf6d12484032889"
Unverified Commit 4ad0d4d6 authored by Lei Jitang's avatar Lei Jitang Committed by GitHub
Browse files

Fix a build warning (#5096)


Signed-off-by: default avatarLei Jitang <leijitang@outlook.com>
parent 163cd3e7
......@@ -98,7 +98,7 @@ void oneapi_init(char *oneapi_lib_path, oneapi_init_resp_t *resp) {
}
for (d = 0; d < resp->oh.num_drivers; d++) {
LOG(resp->oh.verbose, "calling zesDeviceGet %d\n", resp->oh.drivers[d]);
LOG(resp->oh.verbose, "calling zesDeviceGet count %d: %p\n", d, resp->oh.drivers[d]);
ret = (*resp->oh.zesDeviceGet)(resp->oh.drivers[d],
&resp->oh.num_devices[d], NULL);
if (ret != ZE_RESULT_SUCCESS) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment