[all-commits] [llvm/llvm-project] fbf484: [mlir][sparse] add GPU num threads to sparsifier o...
Vito Secona via All-commits
all-commits at lists.llvm.org
Wed Apr 1 10:42:47 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbf484009c782a3ecb8bae6526d4c10d006365fc
https://github.com/llvm/llvm-project/commit/fbf484009c782a3ecb8bae6526d4c10d006365fc
Author: Vito Secona <77039267+secona at users.noreply.github.com>
Date: 2026-04-01 (Wed, 01 Apr 2026)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/Pipelines/Passes.h
M mlir/lib/Dialect/SparseTensor/Pipelines/SparseTensorPipelines.cpp
Log Message:
-----------
[mlir][sparse] add GPU num threads to sparsifier options (#189078)
This change adds a `gpu-num-threads` option to the sparsifier. This
allows users to specify the number of threads used for GPU codegen,
similar to the `num-threads` option in the `-sparse-gpu-codegen` pass.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list