Unverified Commit 5e78417d authored by Justin Holewinski's avatar Justin Holewinski Committed by GitHub
Browse files

[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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment