mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 17:44:38 +00:00
8 lines
213 B
C
8 lines
213 B
C
#ifdef SLANG_HLSL_ENABLE_NVAPI
|
|
#include "nvHLSLExtns.h"
|
|
#endif
|
|
|
|
#ifndef __DXC_VERSION_MAJOR
|
|
// warning X3557: loop doesn't seem to do anything, forcing loop to unroll
|
|
#pragma warning(disable: 3557)
|
|
#endif
|