Page MenuHomePhabricator

Please use GitHub pull requests for new patches. Phabricator shutdown timeline

zhanghb97 (ZHANG Hongbin)
User

Projects

User does not belong to any projects.

User Details

User Since
Jan 8 2020, 4:20 AM (193 w, 6 d)

Recent Activity

Nov 22 2022

zhanghb97 committed rGee82b864f208: [mlir] Initial MLIR VP intrinsic integration test on host and RVV emulator. (authored by zhanghb97).
[mlir] Initial MLIR VP intrinsic integration test on host and RVV emulator.
Nov 22 2022, 1:30 AM · Unknown Object (Project), Restricted Project
zhanghb97 closed D137816: [mlir] Initial MLIR VP intrinsic integration test on host and RVV emulator..
Nov 22 2022, 1:30 AM · Unknown Object (Project), Restricted Project
zhanghb97 added inline comments to D137816: [mlir] Initial MLIR VP intrinsic integration test on host and RVV emulator..
Nov 22 2022, 1:28 AM · Unknown Object (Project), Restricted Project

Nov 16 2022

zhanghb97 added inline comments to D137816: [mlir] Initial MLIR VP intrinsic integration test on host and RVV emulator..
Nov 16 2022, 8:48 PM · Unknown Object (Project), Restricted Project
zhanghb97 updated the diff for D137816: [mlir] Initial MLIR VP intrinsic integration test on host and RVV emulator..

Place MLIR_RUN_RISCV_VECTOR_TESTS option under X86VECTOR.

Nov 16 2022, 8:47 PM · Unknown Object (Project), Restricted Project

Nov 11 2022

zhanghb97 requested review of D137816: [mlir] Initial MLIR VP intrinsic integration test on host and RVV emulator..
Nov 11 2022, 12:46 AM · Unknown Object (Project), Restricted Project

Jun 14 2022

zhanghb97 added inline comments to D127758: [mlir][vector] Add cast op between scalable and fixed-length vectors.
Jun 14 2022, 11:42 AM · Unknown Object (Project), Restricted Project

May 17 2022

zhanghb97 updated the diff for D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.

Rebase.

May 17 2022, 8:33 PM · Restricted Project, Unknown Object (Project)

Apr 1 2022

zhanghb97 added a comment to D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.

I provide an environment setup document to show how to build the toolchain and perform the integration tests.

Apr 1 2022, 12:49 AM · Restricted Project, Unknown Object (Project)

Mar 31 2022

zhanghb97 updated the diff for D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.
  • Add integration test (test-riscvv-arithmetic, test-riscvv-memory, test-riscvv-stripmining).
  • Add ConvertPolicyOperandOpToLLVMPattern and ConvertPassthruOperandOpToLLVMPattern for mask/tail policy in the RISC-V LLVM IR intrinsics.
Mar 31 2022, 11:41 PM · Restricted Project, Unknown Object (Project)

Jan 11 2022

zhanghb97 added inline comments to D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.
Jan 11 2022, 6:35 PM · Restricted Project, Unknown Object (Project)
zhanghb97 updated the diff for D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.

Use the LLVM_AnyPointer constraints in LLVMOpBase.td instead of a local one.

Jan 11 2022, 6:27 PM · Restricted Project, Unknown Object (Project)

Jan 10 2022

zhanghb97 added a comment to D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.
  • Some RISC-V + JIT progress (needed by integration test)
Jan 10 2022, 9:43 PM · Restricted Project, Unknown Object (Project)
zhanghb97 updated the diff for D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.
  • Sync to the vector type with scalable dimensions.
  • Set the vta as an attribute.
  • Add setvl operation.
Jan 10 2022, 9:38 PM · Restricted Project, Unknown Object (Project)

Oct 5 2021

zhanghb97 updated the diff for D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.
Oct 5 2021, 9:31 PM · Restricted Project, Unknown Object (Project)

Sep 28 2021

zhanghb97 added a comment to D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.

Have you made more progress on this? I realize this is a bit of a hazzle, but leaving it as a TODO has a very high risk of not being done at all... :-(

Sep 28 2021, 5:27 PM · Restricted Project, Unknown Object (Project)

Sep 14 2021

zhanghb97 retitled D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect from [mlir][RVV][RFC][WIP] Initial RVV Dialect to [mlir][RISCVV][RFC] Initial RISCVV Dialect.
Sep 14 2021, 1:29 AM · Restricted Project, Unknown Object (Project)
zhanghb97 added inline comments to D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.
Sep 14 2021, 1:28 AM · Restricted Project, Unknown Object (Project)
zhanghb97 updated the diff for D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.
  • Naming (RVV -> RISCVV)
  • Scalable Vector Type (Common Scalable Vector Type + Separate RISC-V Scalable Vector Type)
    • Lift Scalable Vector Type to Vector Dialect
    • Define RVV LMUL Type, RVV Mask Type, and RVV Vector Type
    • Implement Type Mapping Process
Sep 14 2021, 1:26 AM · Restricted Project, Unknown Object (Project)

Aug 31 2021

zhanghb97 added a comment to D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.

For the next step, I will try to give better semantics to the type of RVV:

  • let the vector type directly map LMUL and SEW.
  • add a type conversion when lower the RVV operation to RVV intrinsic operation.
Aug 31 2021, 8:07 AM · Restricted Project, Unknown Object (Project)
zhanghb97 retitled D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect from [mlir][RVV][RFC] Initial RVV Dialect to [mlir][RVV][RFC][WIP] Initial RVV Dialect.
Aug 31 2021, 8:03 AM · Restricted Project, Unknown Object (Project)
zhanghb97 added inline comments to D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.
Aug 31 2021, 8:02 AM · Restricted Project, Unknown Object (Project)
zhanghb97 updated the diff for D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.
  • Fix typo.
  • Lift the scalable vector type to vector dialect. The SVE and RVV can share the definition now.
Aug 31 2021, 7:51 AM · Restricted Project, Unknown Object (Project)

Aug 27 2021

zhanghb97 added a comment to D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.

As for the integration test, I currently encounter some problems, and I will continue to find some solutions. At the same time, I will try to move the scalable vector type into the vector dialect in the next step.

Aug 27 2021, 8:14 PM · Restricted Project, Unknown Object (Project)
zhanghb97 added a comment to D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.

nit on the naming, rvv feels a bit too general. I'd rather go with a longer name that spells out riscv: riscvv or something related.

Aug 27 2021, 8:07 PM · Restricted Project, Unknown Object (Project)
zhanghb97 updated the diff for D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.
  • Add more background about RVV and introduction to operations in this dialect.
  • Add CHECK-LABELs for the round trip test.
  • Fix some format issues.
Aug 27 2021, 8:07 PM · Restricted Project, Unknown Object (Project)

Aug 23 2021

zhanghb97 added a comment to D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.

FYI - I wrote the RFC in the LLVM discourse.

Aug 23 2021, 6:02 PM · Restricted Project, Unknown Object (Project)
zhanghb97 requested review of D108536: [mlir][RISCVV][RFC] Initial RISCVV Dialect.
Aug 23 2021, 3:05 AM · Restricted Project, Unknown Object (Project)

Jan 25 2021

zhanghb97 committed rGa2914e0c158c: [mlir][Python] Fix comments of 'getCapsule' and 'createFromCapsule' (authored by zhanghb97).
[mlir][Python] Fix comments of 'getCapsule' and 'createFromCapsule'
Jan 25 2021, 9:00 PM
zhanghb97 closed D95413: [mlir][Python] Fix comments of 'getCapsule' and 'createFromCapsule'.
Jan 25 2021, 9:00 PM · Unknown Object (Project)
zhanghb97 requested review of D95413: [mlir][Python] Fix comments of 'getCapsule' and 'createFromCapsule'.
Jan 25 2021, 6:51 PM · Unknown Object (Project)

Jan 12 2021

zhanghb97 committed rGc0f3ea8a08ca: [mlir][Python] Add checking process before create an AffineMap from a… (authored by zhanghb97).
[mlir][Python] Add checking process before create an AffineMap from a…
Jan 12 2021, 5:33 PM
zhanghb97 closed D94492: [mlir][Python] Add checking process before create an AffineMap from a permutation..
Jan 12 2021, 5:32 PM · Unknown Object (Project)
zhanghb97 requested review of D94492: [mlir][Python] Add checking process before create an AffineMap from a permutation..
Jan 12 2021, 5:52 AM · Unknown Object (Project)

Dec 30 2020

zhanghb97 closed D93200: [mlir][Python] Initial Affine Map Python Bindings..
Dec 30 2020, 3:36 AM · Unknown Object (Project)

Dec 29 2020

zhanghb97 updated the diff for D93200: [mlir][Python] Initial Affine Map Python Bindings..

Rebase.

Dec 29 2020, 7:32 PM · Unknown Object (Project)

Dec 14 2020

zhanghb97 requested review of D93200: [mlir][Python] Initial Affine Map Python Bindings..
Dec 14 2020, 2:57 AM · Unknown Object (Project)

Dec 1 2020

zhanghb97 committed rG3024b1efde60: [mlir][Python] Check numpy in Python bindings configuration. (authored by zhanghb97).
[mlir][Python] Check numpy in Python bindings configuration.
Dec 1 2020, 5:29 PM
zhanghb97 closed D92276: [mlir][Python] Check numpy in Python bindings configuration..
Dec 1 2020, 5:29 PM · Unknown Object (Project)
zhanghb97 added a comment to D92276: [mlir][Python] Check numpy in Python bindings configuration..

I can't figure out why checking the numpy can fail the LLVM codegen test?

Dec 1 2020, 2:34 AM · Unknown Object (Project)

Nov 30 2020

zhanghb97 added inline comments to D92276: [mlir][Python] Check numpy in Python bindings configuration..
Nov 30 2020, 10:54 PM · Unknown Object (Project)
zhanghb97 updated the diff for D92276: [mlir][Python] Check numpy in Python bindings configuration..

Add NumPy as a required component.

Nov 30 2020, 10:54 PM · Unknown Object (Project)

Nov 29 2020

zhanghb97 added inline comments to D92276: [mlir][Python] Check numpy in Python bindings configuration..
Nov 29 2020, 10:38 PM · Unknown Object (Project)
zhanghb97 updated the diff for D92276: [mlir][Python] Check numpy in Python bindings configuration..

Check numpy in find_package by adding OPTIONAL_COMPONENTS NumPy.

Nov 29 2020, 10:38 PM · Unknown Object (Project)
zhanghb97 requested review of D92276: [mlir][Python] Check numpy in Python bindings configuration..
Nov 29 2020, 1:58 AM · Unknown Object (Project)

Nov 24 2020

zhanghb97 added a comment to D92007: [mlir][Python] Sync Python bindings with C API MlirStringRef modification..

I'm so sorry for the late reply because of the time zone difference, and thanks for your help and review!

Nov 24 2020, 5:47 PM · Unknown Object (Project)
zhanghb97 added inline comments to D92007: [mlir][Python] Sync Python bindings with C API MlirStringRef modification..
Nov 24 2020, 2:32 AM · Unknown Object (Project)

Nov 23 2020

zhanghb97 requested review of D92007: [mlir][Python] Sync Python bindings with C API MlirStringRef modification..
Nov 23 2020, 11:26 PM · Unknown Object (Project)

Nov 20 2020

zhanghb97 added a comment to D91903: [mlir][Python] Support finding pybind11 from the python environment..

I'm wondering can we use the MLIRDetectPythonEnv.cmake or names like this (detect all the required Python environments), instead of MLIRDetectPybind11.cmake (only responsible for checking pybind11). In this case, we can define all the detecting functions (like mlir_detect_numpy_install) in one cmake file to avoid fragmentation.

Nov 20 2020, 10:22 PM · Unknown Object (Project)

Nov 18 2020

zhanghb97 abandoned D91326: [mlir] Get array from the dense elements attribute with array property..
Nov 18 2020, 12:34 AM · Unknown Object (Project)

Nov 17 2020

zhanghb97 committed rG77133b29b934: [mlir] Get array from the dense elements attribute with buffer protocol. (authored by zhanghb97).
[mlir] Get array from the dense elements attribute with buffer protocol.
Nov 17 2020, 11:51 PM
zhanghb97 closed D91021: [mlir] Get array from the dense elements attribute with buffer protocol..
Nov 17 2020, 11:51 PM · Unknown Object (Project)
zhanghb97 updated the diff for D91021: [mlir] Get array from the dense elements attribute with buffer protocol..
  • Rebase.
  • Use static_cast and add a comment.
Nov 17 2020, 11:49 PM · Unknown Object (Project)
zhanghb97 updated the diff for D91021: [mlir] Get array from the dense elements attribute with buffer protocol..
  • Set the buffer to read-only.
  • Add note to Python binding doc to note that pybind11 v2.6.0 is required.
  • Use llvm::SmallVector instead of std::vector.
Nov 17 2020, 6:17 PM · Unknown Object (Project)

Nov 12 2020

zhanghb97 added a comment to D91326: [mlir] Get array from the dense elements attribute with array property..

This patch implements array property for dense elements attribute to get array. There is also a buffer protocol method in D91021.
Let's compare and choose one.

Nov 12 2020, 2:56 AM · Unknown Object (Project)
zhanghb97 added reviewers for D91326: [mlir] Get array from the dense elements attribute with array property.: stellaraccident, ftynse, mehdi_amini.
Nov 12 2020, 2:51 AM · Unknown Object (Project)
zhanghb97 added a comment to D91021: [mlir] Get array from the dense elements attribute with buffer protocol..

According to Stella's suggestion, there are two methods to get the array from dense elements attribute:

Nov 12 2020, 2:48 AM · Unknown Object (Project)
zhanghb97 added a reviewer for D91021: [mlir] Get array from the dense elements attribute with buffer protocol.: mehdi_amini.
Nov 12 2020, 2:14 AM · Unknown Object (Project)
zhanghb97 updated the diff for D91021: [mlir] Get array from the dense elements attribute with buffer protocol..

Add unit tests for mlirDenseElementsAttrGetRawData C API.

Nov 12 2020, 2:13 AM · Unknown Object (Project)
zhanghb97 requested review of D91326: [mlir] Get array from the dense elements attribute with array property..
Nov 12 2020, 12:56 AM · Unknown Object (Project)

Nov 11 2020

zhanghb97 updated the diff for D91021: [mlir] Get array from the dense elements attribute with buffer protocol..

Rebase.

Nov 11 2020, 6:20 PM · Unknown Object (Project)

Nov 9 2020

zhanghb97 added inline comments to D91021: [mlir] Get array from the dense elements attribute with buffer protocol..
Nov 9 2020, 5:41 PM · Unknown Object (Project)
zhanghb97 updated the diff for D91021: [mlir] Get array from the dense elements attribute with buffer protocol..
  • Rebase.
  • Remove the mlirElementsAttrGetType C API.
  • Modify checking conditions and unify the use of braces of the if and if else in accessBuffer function.
  • Unify the type into intptr_t in bufferInfo function.
Nov 9 2020, 5:29 PM · Unknown Object (Project)

Nov 8 2020

zhanghb97 added inline comments to D91021: [mlir] Get array from the dense elements attribute with buffer protocol..
Nov 8 2020, 7:30 AM · Unknown Object (Project)
zhanghb97 updated the diff for D91021: [mlir] Get array from the dense elements attribute with buffer protocol..
  • Add mlirDenseElementsAttrGetRawData C API.
  • Use the raw data to avoid the allocated array in the buffer protocol.
Nov 8 2020, 7:30 AM · Unknown Object (Project)

Nov 7 2020

zhanghb97 added inline comments to D91021: [mlir] Get array from the dense elements attribute with buffer protocol..
Nov 7 2020, 6:01 PM · Unknown Object (Project)
zhanghb97 requested review of D91021: [mlir] Get array from the dense elements attribute with buffer protocol..
Nov 7 2020, 5:57 PM · Unknown Object (Project)

Nov 3 2020

zhanghb97 added inline comments to D90584: [mlir][Python] Return and accept OpView for all functions..
Nov 3 2020, 6:39 PM · Unknown Object (Project)

Nov 2 2020

zhanghb97 added inline comments to D90584: [mlir][Python] Return and accept OpView for all functions..
Nov 2 2020, 7:06 PM · Unknown Object (Project)

Nov 1 2020

zhanghb97 added inline comments to D90547: [mlir][Python] Context managers for Context, InsertionPoint, Location..
Nov 1 2020, 6:34 PM · Unknown Object (Project)

Oct 23 2020

zhanghb97 committed rG448f25c86b79: [mlir] Expose affine expression to C API (authored by zhanghb97).
[mlir] Expose affine expression to C API
Oct 23 2020, 5:07 AM
zhanghb97 closed D89856: [mlir] Expose affine expression to C API.
Oct 23 2020, 5:07 AM · Unknown Object (Project)
zhanghb97 updated the diff for D89856: [mlir] Expose affine expression to C API.

Use the typeid/isa scheme, expose IsA and Get methods for each affine binary operation expression.

Oct 23 2020, 1:38 AM · Unknown Object (Project)

Oct 21 2020

zhanghb97 added inline comments to D89856: [mlir] Expose affine expression to C API.
Oct 21 2020, 8:46 AM · Unknown Object (Project)
zhanghb97 requested review of D89856: [mlir] Expose affine expression to C API.
Oct 21 2020, 12:52 AM · Unknown Object (Project)

Oct 17 2020

zhanghb97 added inline comments to D89363: [mlir][Python] Add python binding to create DenseElementsAttribute..
Oct 17 2020, 6:40 PM · Unknown Object (Project)

Oct 14 2020

zhanghb97 added inline comments to D89363: [mlir][Python] Add python binding to create DenseElementsAttribute..
Oct 14 2020, 4:05 AM · Unknown Object (Project)

Oct 10 2020

zhanghb97 added a comment to D89167: [mlir] Make Python bindings installable..

This should work:
cmake --build . --target install-MLIRBindingsPythonSources install-MLIRBindingsPythonExtension

Oct 10 2020, 5:34 PM · Unknown Object (Project)

Oct 9 2020

zhanghb97 added a comment to D89167: [mlir] Make Python bindings installable..

LGTM, I use the following commands in the build directory:

cmake --build . --target check-mlir
cmake --build . --target install

I have a question that if I only want to install MLIRBindingsPythonExtension and MLIRBindingsPythonSources (without installing llvm, llvm-c, mlir, mlir-c, etc.), what should I do?

Oct 9 2020, 11:09 PM · Unknown Object (Project)

Oct 2 2020

zhanghb97 committed rG2fc0d4a8e838: [mlir] Add Float Attribute, Integer Attribute and Bool Attribute subclasses to… (authored by zhanghb97).
[mlir] Add Float Attribute, Integer Attribute and Bool Attribute subclasses to…
Oct 2 2020, 9:34 AM
zhanghb97 closed D88531: [mlir] Add Float Attribute, Integer Attribute and Bool Attribute subclasses to python bindings..
Oct 2 2020, 9:34 AM · Unknown Object (Project)
zhanghb97 updated the diff for D88531: [mlir] Add Float Attribute, Integer Attribute and Bool Attribute subclasses to python bindings..
  • Modify the comment for mlirFloatAttrDoubleGetChecked.
  • Drop the _typed suffix for FloatAttr and IntegerAttr get methods.
  • Change the parameter type of BoolAttr.get method to bool.
  • Add get_f32 and get_f64 methods to FloatAttr.
Oct 2 2020, 1:47 AM · Unknown Object (Project)

Oct 1 2020

zhanghb97 added inline comments to D88531: [mlir] Add Float Attribute, Integer Attribute and Bool Attribute subclasses to python bindings..
Oct 1 2020, 1:51 AM · Unknown Object (Project)

Sep 29 2020

zhanghb97 removed a reviewer for D88531: [mlir] Add Float Attribute, Integer Attribute and Bool Attribute subclasses to python bindings.: jdoerfert.
Sep 29 2020, 11:26 PM · Unknown Object (Project)
zhanghb97 requested review of D88531: [mlir] Add Float Attribute, Integer Attribute and Bool Attribute subclasses to python bindings..
Sep 29 2020, 11:23 PM · Unknown Object (Project)

Sep 28 2020

zhanghb97 added inline comments to D88416: Add FunctionType to MLIR C and Python bindings..
Sep 28 2020, 8:30 PM · Unknown Object (Project)

Sep 21 2020

zhanghb97 accepted D87958: Add Operation to python bindings..

LGTM, thanks!

Sep 21 2020, 2:03 AM · Unknown Object (Project)

Sep 20 2020

zhanghb97 added inline comments to D87958: Add Operation to python bindings..
Sep 20 2020, 7:54 PM · Unknown Object (Project)

Sep 18 2020

zhanghb97 added inline comments to D87617: [mlir] expose affine map to C API.
Sep 18 2020, 2:00 AM · Unknown Object (Project)

Sep 17 2020

zhanghb97 added inline comments to D87617: [mlir] expose affine map to C API.
Sep 17 2020, 5:59 PM · Unknown Object (Project)

Sep 16 2020

zhanghb97 added a comment to D87617: [mlir] expose affine map to C API.

Hi @ftynse - After pushing this patch, I received en email said that:

Sep 16 2020, 7:46 PM · Unknown Object (Project)
zhanghb97 committed rGb76f523be6ea: [mlir] expose affine map to C API (authored by zhanghb97).
[mlir] expose affine map to C API
Sep 16 2020, 6:51 PM
zhanghb97 closed D87617: [mlir] expose affine map to C API.
Sep 16 2020, 6:51 PM · Unknown Object (Project)
zhanghb97 updated the diff for D87617: [mlir] expose affine map to C API.
  • Use intptr_t * for the `resultPos parameter in mlirAffineMapGetSubMap function.
  • Use a vector to cast the element of resultPos from intptr_t to unsigned.
Sep 16 2020, 5:59 AM · Unknown Object (Project)
zhanghb97 added inline comments to D87617: [mlir] expose affine map to C API.
Sep 16 2020, 2:42 AM · Unknown Object (Project)

Sep 15 2020

zhanghb97 added inline comments to D87617: [mlir] expose affine map to C API.
Sep 15 2020, 8:13 PM · Unknown Object (Project)
zhanghb97 added inline comments to D87617: [mlir] expose affine map to C API.
Sep 15 2020, 8:07 PM · Unknown Object (Project)
zhanghb97 updated the diff for D87617: [mlir] expose affine map to C API.
  • unsigned -> intptr_t
  • Place all the affine map C API back to AffineMap.h/.cpp
  • Add Utils.h and move CallbackOstream to Utils.h to make sure it is available to mlirAffineMapPrint.
Sep 15 2020, 8:07 PM · Unknown Object (Project)
zhanghb97 added inline comments to D87617: [mlir] expose affine map to C API.
Sep 15 2020, 12:21 AM · Restricted Project
zhanghb97 updated the diff for D87617: [mlir] expose affine map to C API.
  • Modify name of mlirAffineMap***Get functions.
  • Use intptr_t for parameters related to sizes.
  • Add details for the comments of the mlirAffineMapPermutationMapGet.
Sep 15 2020, 12:20 AM · Restricted Project