https://github.com/Microsoft/CNTK
Raw File
Tip revision: 09e25a47fa2aab9af503563ba86ebce1739f3ac1 authored by Spandan Tiwari on 11 April 2018, 17:26:15 UTC
Moving group convolution implementation to use cuDNN7 and MKL2017 APIs.
Tip revision: 09e25a4
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