Revision 64804ce0bec66a428f8784b5deb139535909c242 authored by Yong He on 25 January 2024, 22:54:46 UTC, committed by GitHub on 25 January 2024, 22:54:46 UTC
* Fix spirv legalization generating duplicate array types.

* Fix intrinsics.

* Update CI build config.

---------

Co-authored-by: Yong He <yhe@nvidia.com>
1 parent 7ae8f68
Raw File
premake.bat
@echo off
set ROOT=%~dp0
"%ROOT%\external\slang-binaries\premake\premake-5.0.0-alpha16\bin\windows-x64\premake5.exe" %*
back to top