Closed wangzy0327 closed 5 months ago
Hi @wangzy0327, have you tried the latest version of oneDNN?
@dzarukin I need to specify a stable version of oneDNN and it needs to be compiled into a debug version. I have tried to compiled oneDNN v3.2 /v3.4 on Nvidia sycl-platform in debug version.But it failed. like the issue-5980
@dzarukin I need to specify a stable version of oneDNN and it needs to be compiled into a debug version. I have tried to compiled oneDNN v3.2 /v3.4 on Nvidia sycl-platform in debug version.But it failed. like the issue-5980
It doesn't have to be the latest and greatest version of the compiler. Could you try the older one, please? I'd expect the one from half year ago should still compile the latest oneDNN.
Summary
I tried to run matmul primitive refer to official-example
It occured the bug.
Version
oneDNN version : v3.2 githash : 04b180b sycl version: 2022-06 release sycl githash : 4043dda
Environment
Steps to reproduce
The program is as follow.
matmul.cpp
``` /******************************************************************************* * Copyright 2020-2022 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. *******************************************************************************/ #includeexample_utils.hpp
/******************************************************************************* * Copyright 2019-2021 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. *******************************************************************************/ #ifndef EXAMPLE_UTILS_HPP #define EXAMPLE_UTILS_HPP #includeObserved behavior
The output of run the program is as follow.
Expected behavior
Document behavior you expect.