[all-commits] [llvm/llvm-project] 5e7841: [MLIR][CUDA] Use _alloca instead of alloca on Wind...
Justin Holewinski via All-commits
all-commits at lists.llvm.org
Wed Mar 20 00:32:40 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e78417db5acbcbfb33e6503e97be0734fca0631
https://github.com/llvm/llvm-project/commit/5e78417db5acbcbfb33e6503e97be0734fca0631
Author: Justin Holewinski <jholewinski at nvidia.com>
Date: 2024-03-20 (Wed, 20 Mar 2024)
Changed paths:
M mlir/lib/ExecutionEngine/CudaRuntimeWrappers.cpp
Log Message:
-----------
[MLIR][CUDA] Use _alloca instead of alloca on Windows (#85853)
MSVC/Windows does not support `alloca()`; instead it defines `_alloca()`
in `malloc.h`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list