https://github.com/Microsoft/CNTK
Raw File
Tip revision: 549221385f4bc93e7f5ae3e451e84a658c618c37 authored by PetrusKe on 22 August 2017, 08:15:56 UTC
add resnet50-8for256GPUs-warmup script
Tip revision: 5492213
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