aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2024-01-04[mlir][bazel] Fix BUILD after 6ae7f66ff5169ddc5a7b9ab545707042c77e036cChristian Sigg1-1/+1
2024-01-03[mlir] Add config for PDL (#69927)Jacques Pienaar1-0/+4
2024-01-03Revert "[mlir] Add config for PDL (#69927)"max1-4/+0
2024-01-03[mlir] Add config for PDL (#69927)Jacques Pienaar1-0/+4
2024-01-02[bazel][mesh] Add deps for 1D device mesh resharding spmdizationJordan Rupprecht2-0/+8
2024-01-02[bazel] Add VectorDialect build depJordan Rupprecht1-1/+2
2024-01-02[mlir][bazel] Add SPIRV python bindingOleg Shyshkov1-0/+31
2024-01-01[bazel] Fix clang-format buildJacques Pienaar1-0/+1
2023-12-28[bazel] Fix build after 2af186f9bd13e2c3772e6fbc55eacb5bfdd4b5a9Benjamin Kramer1-0/+1
2023-12-28[libc][NFC] Integrate `FloatProperties` into `FPBits` (#76506)Guillaume Chatelet5-20/+3
2023-12-27[Bazel] Added SCFDialect to mlir-vulkan-runner (#76454)Balaji V. Iyer1-0/+1
2023-12-23[Bazel] Fixup for #76163NAKAMURA Takumi5-12/+18
2023-12-21[mlir][bazel] Fix build after acaff70841f59a1aec2a3c417e9f3a0f14eb47adChristian Sigg1-1/+1
2023-12-21[bazel] Fix build after b4e7ae883f8d75b7a464d030e14bfeca2b796d49f797bdd0674cb...Christian Sigg1-0/+1
2023-12-21[Bazel] Update llvm/Config, fixup for 476812a74260NAKAMURA Takumi2-6/+6
2023-12-20[bazel] Update config.h.cmake after e86a02ce89c33f3fa4061fb4c67c3b05c69a72ab.Christian Sigg2-6/+6
2023-12-20[mlir][bazel] Fix build after d9803841f2d539f6a740c07ebd0f3cb176812dbfChristian Sigg1-0/+36
2023-12-19[bazel] Port 35b366ace73d0ede3cdeeb4d09150a9945750b7fJames Y Knight1-0/+2
2023-12-19[mlir][bazel] Fix build after c0d2ea9d4202Christian Sigg1-0/+1
2023-12-19[mlir][bazel] Fix build after 5caae72d1a4f58c9525977a93d86c3c833da4b34Christian Sigg1-0/+33
2023-12-18[bazel] Port e3627e2690aba0128c502b340b9a392cfae13651James Y Knight1-7/+34
2023-12-18[bazel] Port a0a3c793d212ffc70fdba4c94b024114d11532afJames Y Knight1-0/+15
2023-12-18Reapply "[bazel] Port 2e45326b088b3b2f5c8327f6d5e61bdd2845bbbe"Benjamin Kramer1-0/+30
2023-12-15[MLIR][bazel] Fix build files for 5e29112719df91b1c80916386e230252d56… (#75...Benjamin Chetioui1-0/+1
2023-12-15[MLIR][bazel] Fix build files for 681eacc1b670fd7137d8677fef6fc76c6e3… (#75...Benjamin Chetioui1-0/+5
2023-12-15[libc][NFC] Split str_to_float tests and reduce type clutter (#75471)Guillaume Chatelet1-2/+7
2023-12-14[mlir][print]Add functions for printing memref f16/bf16/i16 (#75094)Yinying Li1-0/+1
2023-12-14Revert "[bazel] Port 2e45326b088b3b2f5c8327f6d5e61bdd2845bbbe"Adrian Kuegel1-30/+0
2023-12-14[llvm][Bazel] Add missing library to linkopts on Windows.Adrian Kuegel1-1/+3
2023-12-14[Bazel] Add arm_vector_types.h (fixup #73258)NAKAMURA Takumi1-0/+15
2023-12-13[Bazel] Define BUILTIN_THREAD_POINTER where appropriate on x86-64 linux (#74574)Aiden Grossman1-1/+10
2023-12-13[bazel] Port 2e45326b088b3b2f5c8327f6d5e61bdd2845bbbeFangrui Song1-0/+30
2023-12-13[libc] add mempcpy to bazel overlay (#75383)Nick Desaulniers2-0/+21
2023-12-13[bazel] Port ab380c287a42c0701cd86ae2932c0cb125b9a294Benjamin Kramer1-0/+1
2023-12-13[bazel] Port 27259f17e9d273147c648331e92000a48677f489Fangrui Song1-0/+2
2023-12-12[mlir][sparse] refactor utilities into transform/utils dir (#75250)Aart Bik1-64/+53
2023-12-12[bazel] Port 4b3446771f745bb5169354ad9027c0a1c9fca394Fangrui Song2-0/+20
2023-12-12[bazel,unittest] Export llvm_orc_registerJITLoaderGDBWrapperFangrui Song1-0/+7
2023-12-12[libc] Add mask functions to math_extras (#75169)Guillaume Chatelet1-0/+1
2023-12-12[mlir][Bazel] Adjust for d5fb4c0f118b47db74233af2d99ae075e1dbe148Adrian Kuegel1-2/+46
2023-12-11[bazel] Port #73257 54397f9ac128568838f2ac7bfc8e1f94b3eb264dFangrui Song1-0/+1
2023-12-11[bazel] Port #73257 54397f9ac128568838f2ac7bfc8e1f94b3eb264dFangrui Song1-18/+16
2023-12-11[bazel] Port 2460bf2facd1c0208ecda68c427a256710246dbbBenjamin Kramer1-0/+2
2023-12-09[bazel] Port 46708a5bcba28955b2ddeddf5c0e64398223642bBenjamin Kramer1-0/+1
2023-12-08Revert "[libc] Make BigInt bit_cast-able to compatible types" (#74887)Guillaume Chatelet1-3/+0
2023-12-08[reland][libc] Make BigInt bit_cast-able to compatible types (#74862)Guillaume Chatelet1-0/+3
2023-12-08Revert "[libc] Make BigInt bit_cast-able to compatible types" (#74856)Guillaume Chatelet1-3/+0
2023-12-08[libc] Make BigInt bit_cast-able to compatible types (#74837)Guillaume Chatelet1-0/+3
2023-12-07[mlir][SCF] Retire SCF-specific `to_memref`/`to_tensor` canonicalization patt...Matthias Springer1-1/+0
2023-12-06[mlir][Bazel] Add missing dependency after 641e05decc64c541aa5fd5ce253020178f...Adrian Kuegel1-0/+1