[all-commits] [llvm/llvm-project] 6d5dbc: [mlir] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Tue Nov 15 12:21:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d5dbc7d342fa0dad9f884f5918cf215ff81c33a
https://github.com/llvm/llvm-project/commit/6d5dbc7d342fa0dad9f884f5918cf215ff81c33a
Author: Kazu Hirata <kazu at google.com>
Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths:
M mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp
Log Message:
-----------
[mlir] Fix a warning
This patch fixes:
mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp:195:30: warning:
cast from type ‘const long unsigned int*’ to type ‘void*’ casts away
qualifiers [-Wcast-qual]
More information about the All-commits
mailing list