[MLIR][CUDA] Use _alloca instead of alloca on Windows (#85853)
MSVC/Windows does not support `alloca()`; instead it defines `_alloca()` in `malloc.h`.
parent
807fd076
Please register or sign in to comment
MSVC/Windows does not support `alloca()`; instead it defines `_alloca()` in `malloc.h`.