Files
clang-p2996/mlir/lib/Dialect/GPU/Transforms/ModuleToBinary.cpp
Fabian Mora 419c45a325 [mlir][gpu] Fix crash in gpu-module-to-binary (#75477)
This patch fixes the error in issue #75434. The crash was being caused
by not checking for a lack of target attributes in a GPU module. It's
now considered an error to invoke the pass with a GPU module with no
target attributes.
2023-12-14 14:03:10 -05:00

5.2 KiB