Add a common.h file

This commit is contained in:
Tom Deakin 2016-11-16 08:29:54 -07:00
parent d42bcd4675
commit cb2221a64a
2 changed files with 9 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,6 +1,4 @@
common.h
gpu-stream-cuda
gpu-stream-ocl
gpu-stream-acc

9
common.h Normal file
View File

@ -0,0 +1,9 @@
// Copyright (c) 2015-16 Tom Deakin, Simon McIntosh-Smith,
// University of Bristol HPC
//
// For full license terms please see the LICENSE file distributed with this
// source code
#define VERSION_STRING "devel"