Add License text to all files
This commit is contained in:
parent
95a10511ec
commit
530b2adda2
@ -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"
|
||||
|
||||
void check_error(void)
|
||||
|
||||
@ -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 <stdexcept>
|
||||
|
||||
|
||||
2
LICENSE
2
LICENSE
@ -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. McCalpin’s original STREAM benchmark for CPUs
|
||||
*------------------------------------------------------------------------------
|
||||
* License:
|
||||
|
||||
@ -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"
|
||||
|
||||
// Cache list of devices
|
||||
|
||||
@ -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
|
||||
|
||||
#include <iostream>
|
||||
|
||||
6
Stream.h
6
Stream.h
@ -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
|
||||
|
||||
#include <vector>
|
||||
|
||||
@ -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@"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user