aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2024-03-06[mlir][bazel] Don't set MLIR_ENABLE_NVPTXCOMPILER on if_cuda_available. (#84238)Ingo Müller1-8/+3
2024-03-06Adding missing dependencies to BUILD.bazel (#84235)mmilanifard1-0/+3
2024-03-06[bazel] Add missing dependencies for 2542d34522784e27850a17a8c39a1ad4b43622abBenjamin Kramer1-0/+2
2024-03-06[mlir][nvvm] Expose MLIR_NVPTXCOMPILER_ENABLED in mlir-config.h. (#84007)Ingo Müller1-2/+8
2024-03-06[mlir][opt] Expose MLIR_ENABLE_DEPRECATED_GPU_SER... in mlir-config.h. (#84006)Ingo Müller1-0/+2
2024-03-06[mlir][nvvm] Add missing include to llvm-config.h. (#83998)Ingo Müller1-0/+1
2024-03-05[mlir] Expose MLIR_ROCM_CONVERSIONS_ENABLED in mlir-config.h. (#83977)Ingo Müller1-0/+1
2024-03-04[bzl] Remove obsolete `output_to_genfiles = True` (#83944)Jordan Rupprecht2-4/+0
2024-03-04[libc] Provide an implementation of the 'stdint.h' header (#83353)Joseph Huber1-0/+5
2024-03-04[mlir][bazel] Remove defines of obsolete MLIR_GPU_TO_CUBIN_PASS_ENABLE. (#83006)Ingo Müller2-5/+0
2024-03-03Removes arcanist and Phabricator information. (#82115)Mark de Wever1-68/+0
2024-02-29[libc][NFC] rename `float.h` macro file to `types.h` (#83190)Guillaume Chatelet1-4/+4
2024-02-28[Bazel] Port clangInstallAPI changes #82293 and #82552Fangrui Song1-1/+2
2024-02-28[bazel] Fix breakage from 915fce040271c77df1ff9b2c8797c441cec0d18d.Ingo Müller1-0/+1
2024-02-28[mlir] Expose MLIR_CUDA_CONVERSIONS_ENABLED in mlir-config.h. (#83004)Ingo Müller2-21/+9
2024-02-28[bazel] Add "include/" for libc includesMikhail Goncharov1-0/+1
2024-02-27[libc] Add fixed point support to printf (#82707)Michael Jones1-6/+8
2024-02-26[libc][NFC] Delete unused file (#82980)Guillaume Chatelet1-0/+0
2024-02-23[mlir][sparse] remove very thin header file from sparse runtime support (#82820)Aart Bik1-1/+0
2024-02-23Users/tsitdikov (#82757)tsitdikov1-0/+2
2024-02-23Add TestArmSME dependency to mlir-opt library.tsitdikov1-0/+1
2024-02-23Add build rule for MLIRArmSMETestPassestsitdikov1-0/+17
2024-02-22[bazel] add missing dep after 5b079af169cd04b457465fd7ca31714efeefe6d9Jorge Gorbe Moya1-1/+2
2024-02-22[mlir][Bazel] Also remove SerializeToCubin target.Adrian Kuegel1-29/+1
2024-02-22[mlir][Bazel] Remove stub target which is not needed anymore.Adrian Kuegel1-40/+0
2024-02-21[mlir] expose transform interpreter to Python (#82365)Oleksandr "Alex" Zinenko2-0/+24
2024-02-20[bazel] fix build after 4c6043de0b837d23699424d875057d00956d80acJorge Gorbe Moya1-0/+1
2024-02-17Update Bazel build after b334664 (#82091)Tomás Longeri1-0/+122
2024-02-16[libc][stdfix] Add round functions for fixed point types. (#81994)lntue1-1/+6
2024-02-16[reland][libc][NFC] Use user defined literals to build 128 and 256 bit consta...Guillaume Chatelet2-8/+18
2024-02-16[bazel] Add a missing dependency for __support_fixed_point libHaojian Wu1-0/+1
2024-02-16[bazel] Port for 0eedc85baad495fa916d1da7b20db93a29b443e1 and 82a4a41614f4943...Haojian Wu2-0/+11
2024-02-15[mlir][mesh] Add all-slice operation (#81218)Boian Petkantchin1-0/+2
2024-02-15Revert "[reland][libc][NFC] Use user defined literals to build 128 and 256 bi...Guillaume Chatelet2-18/+8
2024-02-15[reland][libc][NFC] Use user defined literals to build 128 and 256 bit consta...Guillaume Chatelet2-8/+18
2024-02-15Revert "[bazel][mlir] Remove unused BUILD dependencies. (#81836)"Christian Sigg1-2/+341
2024-02-15[bazel][mlir] Add missing dependencies to //mlir/unittests/... targets.Christian Sigg1-0/+11
2024-02-15[bazel][mlir] Add missing dependencies to toy BUILD targets.Christian Sigg6-0/+7
2024-02-15[bazel][mlir] Remove unused BUILD dependencies. (#81836)Christian Sigg1-341/+2
2024-02-15[bazel][libc] Fix BUILD after ff409d39ce4673c70f474c3fdb7120bab8f94eef.Christian Sigg1-0/+1
2024-02-14[bazel] Port for 1301bc46aea14297478bd13bcacff429e2a18c04Haojian Wu1-0/+7
2024-02-14[libc] Add is_fixed_point type trait. (#81263)lntue1-0/+1
2024-02-14Revert "[libc][NFC] Use user defined literals to build 128 and 256 bit consta...Guillaume Chatelet2-18/+8
2024-02-14[libc][NFC] Use user defined literals to build 128 and 256 bit constants. (#8...Guillaume Chatelet2-8/+18
2024-02-14[bazel][mlir] Fix after 232cf9498f15626029bad1c2a7cdaebc4bb11d95Christian Sigg1-1/+1
2024-02-14[mlir] update bazel for bd8fcf75df11406527de423daa63e21c3ec8609bAlex Zinenko1-0/+19
2024-02-14[libc] Add user defined literals to initialize `BigInt` and `__uint128_t` con...Guillaume Chatelet3-0/+18
2024-02-14[bazel][mlir] Fix deps of //mlir:AMDGPUTransformOpsChristian Sigg1-14/+0
2024-02-14[bazel] Add missing dependencies for the newly-added install_api libHaojian Wu1-0/+3
2024-02-14[bazel] Port for 09e98950bfcff7ad376922932efb2b56e4db9898Haojian Wu1-0/+17