[all-commits] [llvm/llvm-project] 24ea94: [mlir][sparse][python] migrate more code from boil...
Aart Bik via All-commits
all-commits at lists.llvm.org
Fri Aug 20 09:18:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 24ea94ad0c1d150a4163577e8f8bd8487edf13ef
https://github.com/llvm/llvm-project/commit/24ea94ad0c1d150a4163577e8f8bd8487edf13ef
Author: Aart Bik <ajcbik at google.com>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M mlir/test/python/dialects/sparse_tensor/test_SpMM.py
Log Message:
-----------
[mlir][sparse][python] migrate more code from boilerplate into proper numpy land
The boilerplate was setting up some arrays for testing. To fully illustrate
python - MLIR potential, however, this data should also come from numpy land.
Reviewed By: bixia
Differential Revision: https://reviews.llvm.org/D108336
More information about the All-commits
mailing list