[all-commits] [llvm/llvm-project] ebfea2: [MLIR] Pass count of parameters & gpu binary size ...

Nishant Patel via All-commits all-commits at lists.llvm.org
Tue Sep 26 11:27:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ebfea261e6a28e0ba33f437476202a25212b2d34
      https://github.com/llvm/llvm-project/commit/ebfea261e6a28e0ba33f437476202a25212b2d34
  Author: Nishant Patel <nishant.b.patel at intel.com>
  Date:   2023-09-26 (Tue, 26 Sep 2023)

  Changed paths:
    M mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp
    M mlir/lib/ExecutionEngine/CudaRuntimeWrappers.cpp
    M mlir/lib/ExecutionEngine/RocmRuntimeWrappers.cpp
    M mlir/test/Conversion/GPUCommon/lower-launch-func-to-gpu-runtime-calls.mlir

  Log Message:
  -----------
  [MLIR] Pass count of parameters & gpu binary size to runtime wrappers (#66154)

This PR is a breakdown of the big PR #65539 which enables intel gpu
integration. In this PR we pass count of parameters and size of gpu
binary to runtime wrappers since the SyclRuntimeWrappers (which will
come in subsequent PR) requires the spirv size for compilation and also
the number of parameters to iterate over the params.




More information about the All-commits mailing list