https://github.com/Microsoft/CNTK
Raw File
Tip revision: 58a2dcd3d54ac2fda8427ecb8b9231ce0dd37e37 authored by Peyman Manikashani on 15 June 2018, 17:20:59 UTC
fp16 gru fix
Tip revision: 58a2dcd
targetver.h
#pragma once

// Including SDKDDKVer.h defines the highest available Windows platform.

// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.

#include <SDKDDKVer.h>
back to top