This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse][gpu] force 16-byte alignment on data structs for cuSparseLt
ClosedPublic

Authored by aartbik on Jul 12 2023, 5:03 PM.

Details

Summary

Also makes some minor consistency edits in the cuSparseLt wrapper lib.

Diff Detail

Event Timeline

aartbik created this revision.Jul 12 2023, 5:03 PM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a reviewer: K-Wu. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
aartbik requested review of this revision.Jul 12 2023, 5:03 PM
K-Wu accepted this revision.Jul 12 2023, 5:04 PM
This revision is now accepted and ready to land.Jul 12 2023, 5:04 PM
Peiming added inline comments.Jul 12 2023, 5:06 PM
mlir/lib/ExecutionEngine/CudaRuntimeWrappers.cpp
557–558

used "Assume " in the above comment

643

unnecessary change?

aartbik updated this revision to Diff 539801.Jul 12 2023, 5:10 PM
aartbik marked 2 inline comments as done.

addressed comments

aartbik updated this revision to Diff 540053.Jul 13 2023, 8:36 AM

rebased with main

Peiming accepted this revision.Jul 13 2023, 9:37 AM