Skip to content

Commit

Permalink
Updated license references
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Cavicchioli authored and Roberto Cavicchioli committed Mar 6, 2020
1 parent da58f7d commit 53400cc
Show file tree
Hide file tree
Showing 60 changed files with 195 additions and 30 deletions.
4 changes: 4 additions & 0 deletions 2DCONV/HDcommon.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#ifndef _HD_COMMON_2DCONV
#define _HD_COMMON_2DCONV

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/

#define DATA_TYPE float

#ifndef __ANDROID__
Expand Down
4 changes: 3 additions & 1 deletion 2DCONV/conv2DKernel.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 4 additions & 0 deletions 2MM/HDcommon.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#ifndef _HD_COMMON_2MM
#define _HD_COMMON_2MM

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/

#define DATA_TYPE float

#ifndef __ANDROID__
Expand Down
4 changes: 3 additions & 1 deletion 2MM/mm2kernel1.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 3 additions & 1 deletion 2MM/mm2kernel2.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 4 additions & 0 deletions 3DCONV/HDcommon.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#ifndef _HD_COMMON_3DCONV
#define _HD_COMMON_3DCONV

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/

#define DATA_TYPE float

#ifndef __ANDROID__
Expand Down
4 changes: 3 additions & 1 deletion 3DCONV/conv3DKernel.comp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 4 additions & 0 deletions 3MM/HDcommon.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#ifndef _HD_COMMON_3MM
#define _HD_COMMON_3MM

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/

#define DATA_TYPE float
#ifndef __ANDROID__
#define NI 512
Expand Down
4 changes: 3 additions & 1 deletion 3MM/mm3kernel1.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 3 additions & 1 deletion 3MM/mm3kernel2.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 3 additions & 1 deletion 3MM/mm3kernel3.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 4 additions & 0 deletions ATAX/HDcommon.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#ifndef _HD_COMMON_ATAX
#define _HD_COMMON_ATAX

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/

#define DATA_TYPE float
#ifndef __ANDROID__
#define NX 4096
Expand Down
4 changes: 3 additions & 1 deletion ATAX/ataxkernel1.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 3 additions & 1 deletion ATAX/ataxkernel2.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 4 additions & 0 deletions BICG/HDcommon.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#ifndef _HD_COMMON_BICG
#define _HD_COMMON_BICG

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/

#define DATA_TYPE float
#ifndef __ANDROID__
#define NX 4096
Expand Down
4 changes: 3 additions & 1 deletion BICG/bicgkernel1.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 3 additions & 1 deletion BICG/bicgkernel2.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 4 additions & 0 deletions CORR/HDcommon.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#ifndef _HD_COMMON_CORR
#define _HD_COMMON_CORR

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/

#define DATA_TYPE float

#ifndef __ANDROID__
Expand Down
4 changes: 3 additions & 1 deletion CORR/corrkernel.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 3 additions & 1 deletion CORR/meankernel.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 3 additions & 1 deletion CORR/reducekernel.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 3 additions & 1 deletion CORR/stdkernel.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 4 additions & 0 deletions COVAR/HDcommon.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#ifndef _HD_COMMON_COVAR
#define _HD_COMMON_COVAR

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/

#define DATA_TYPE float

#ifndef __ANDROID__
Expand Down
4 changes: 3 additions & 1 deletion COVAR/covarkernel.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 3 additions & 1 deletion COVAR/meankernel.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 3 additions & 1 deletion COVAR/reducekernel.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 4 additions & 0 deletions FDTD-2D/HDcommon.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#ifndef _HD_COMMON_FDTD2D
#define _HD_COMMON_FDTD2D

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/

#define DATA_TYPE float
#define tmax 500
#ifndef __ANDROID__
Expand Down
4 changes: 3 additions & 1 deletion FDTD-2D/fdtdstep1kernel.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 3 additions & 1 deletion FDTD-2D/fdtdstep2kernel.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 3 additions & 1 deletion FDTD-2D/fdtdstep3kernel.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 4 additions & 0 deletions GEMM/HDcommon.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#ifndef _HD_COMMON_GEMM
#define _HD_COMMON_GEMM

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/

#define DATA_TYPE float
#ifndef __ANDROID__
#define NI 512
Expand Down
4 changes: 3 additions & 1 deletion GEMM/gemmkernel.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 4 additions & 0 deletions GESUMMV/HDcommon.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#ifndef _HD_COMMON_GESUMMV
#define _HD_COMMON_GESUMMV

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/

#define DATA_TYPE float

#ifndef __ANDROID__
Expand Down
4 changes: 3 additions & 1 deletion GESUMMV/gesummvkernel.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 4 additions & 0 deletions GRAMSCHM/HDcommon.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#ifndef _HD_COMMON_GRAMSCHM
#define _HD_COMMON_GRAMSCHM

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/

#define DATA_TYPE float

#ifndef __ANDROID__
Expand Down
4 changes: 3 additions & 1 deletion GRAMSCHM/gskernel1.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 3 additions & 1 deletion GRAMSCHM/gskernel2.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 3 additions & 1 deletion GRAMSCHM/gskernel3.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 4 additions & 0 deletions MVT/HDcommon.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#ifndef _HD_COMMON_MVT
#define _HD_COMMON_MVT

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/

#define DATA_TYPE float

#ifndef __ANDROID__
Expand Down
4 changes: 3 additions & 1 deletion MVT/mvtkernel1.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
4 changes: 3 additions & 1 deletion MVT/mvtkernel2.comp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#version 450

/*
See LICENSE.md for vkpolybench and other 3rd party licenses.
*/
/*
Data types, sizes and other constants are defined in the following header file.
Warning: if GLSL_TO_SPV_UPDATE_COMPILATION_CHECK in VulkanCompute.h is defined,
Expand Down
Loading

0 comments on commit 53400cc

Please sign in to comment.