Add License text to all files

This commit is contained in:
Tom Deakin 2016-05-03 12:32:03 +01:00
parent 95a10511ec
commit 530b2adda2
8 changed files with 46 additions and 1 deletions

View File

@ -1,4 +1,11 @@
// 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
#include "CUDAStream.h" #include "CUDAStream.h"
void check_error(void) void check_error(void)

View File

@ -1,4 +1,12 @@
// 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
#pragma once
#include <iostream> #include <iostream>
#include <stdexcept> #include <stdexcept>

View File

@ -1,6 +1,6 @@
*============================================================================== *==============================================================================
*------------------------------------------------------------------------------ *------------------------------------------------------------------------------
* Copyright 2016: Tom Deakin, Simon McIntosh-Smith, University of Bristol HPC * Copyright 2015-16: Tom Deakin, Simon McIntosh-Smith, University of Bristol HPC
* Based on John D. McCalpins original STREAM benchmark for CPUs * Based on John D. McCalpins original STREAM benchmark for CPUs
*------------------------------------------------------------------------------ *------------------------------------------------------------------------------
* License: * License:

View File

@ -1,4 +1,10 @@
// 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
#include "OCLStream.h" #include "OCLStream.h"
// Cache list of devices // Cache list of devices

View File

@ -1,4 +1,10 @@
// 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
#pragma once #pragma once
#include <iostream> #include <iostream>

View File

@ -1,4 +1,10 @@
// 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
#pragma once #pragma once
#include <vector> #include <vector>

View File

@ -1,3 +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 "@gpu-stream_VERSION_MAJOR@.@gpu-stream_VERSION_MINOR@" #define VERSION_STRING "@gpu-stream_VERSION_MAJOR@.@gpu-stream_VERSION_MINOR@"

View File

@ -1,4 +1,10 @@
// 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
#include <iostream> #include <iostream>
#include <vector> #include <vector>
#include <numeric> #include <numeric>