From c02083281f608cab2accf91a5e3f6693fe688659 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Wed, 24 Apr 2019 14:17:34 +0200 Subject: [PATCH] Fix undefined-internal warning message on ROCM --- OpenCL/m14621-pure.cl | 1 + OpenCL/m14622-pure.cl | 1 + OpenCL/m14623-pure.cl | 1 + OpenCL/m14631-pure.cl | 1 + OpenCL/m14632-pure.cl | 1 + OpenCL/m14633-pure.cl | 1 + OpenCL/m14641-pure.cl | 1 + OpenCL/m14642-pure.cl | 1 + OpenCL/m14643-pure.cl | 1 + 9 files changed, 9 insertions(+) diff --git a/OpenCL/m14621-pure.cl b/OpenCL/m14621-pure.cl index 4265ec7e3..058c6e8a2 100644 --- a/OpenCL/m14621-pure.cl +++ b/OpenCL/m14621-pure.cl @@ -10,6 +10,7 @@ #include "inc_types.h" #include "inc_common.cl" #include "inc_simd.cl" +#include "inc_hash_sha1.cl" #include "inc_hash_sha256.cl" #include "inc_hash_sha512.cl" #include "inc_hash_ripemd160.cl" diff --git a/OpenCL/m14622-pure.cl b/OpenCL/m14622-pure.cl index a65350212..0d136b0c8 100644 --- a/OpenCL/m14622-pure.cl +++ b/OpenCL/m14622-pure.cl @@ -10,6 +10,7 @@ #include "inc_types.h" #include "inc_common.cl" #include "inc_simd.cl" +#include "inc_hash_sha1.cl" #include "inc_hash_sha256.cl" #include "inc_hash_sha512.cl" #include "inc_hash_ripemd160.cl" diff --git a/OpenCL/m14623-pure.cl b/OpenCL/m14623-pure.cl index f75802b3f..da5a03de2 100644 --- a/OpenCL/m14623-pure.cl +++ b/OpenCL/m14623-pure.cl @@ -10,6 +10,7 @@ #include "inc_types.h" #include "inc_common.cl" #include "inc_simd.cl" +#include "inc_hash_sha1.cl" #include "inc_hash_sha256.cl" #include "inc_hash_sha512.cl" #include "inc_hash_ripemd160.cl" diff --git a/OpenCL/m14631-pure.cl b/OpenCL/m14631-pure.cl index 8b3cecf35..99da8e3fb 100644 --- a/OpenCL/m14631-pure.cl +++ b/OpenCL/m14631-pure.cl @@ -10,6 +10,7 @@ #include "inc_types.h" #include "inc_common.cl" #include "inc_simd.cl" +#include "inc_hash_sha1.cl" #include "inc_hash_sha256.cl" #include "inc_hash_sha512.cl" #include "inc_hash_ripemd160.cl" diff --git a/OpenCL/m14632-pure.cl b/OpenCL/m14632-pure.cl index a2811ca4c..7e036f33c 100644 --- a/OpenCL/m14632-pure.cl +++ b/OpenCL/m14632-pure.cl @@ -10,6 +10,7 @@ #include "inc_types.h" #include "inc_common.cl" #include "inc_simd.cl" +#include "inc_hash_sha1.cl" #include "inc_hash_sha256.cl" #include "inc_hash_sha512.cl" #include "inc_hash_ripemd160.cl" diff --git a/OpenCL/m14633-pure.cl b/OpenCL/m14633-pure.cl index a410dac44..976be1605 100644 --- a/OpenCL/m14633-pure.cl +++ b/OpenCL/m14633-pure.cl @@ -10,6 +10,7 @@ #include "inc_types.h" #include "inc_common.cl" #include "inc_simd.cl" +#include "inc_hash_sha1.cl" #include "inc_hash_sha256.cl" #include "inc_hash_sha512.cl" #include "inc_hash_ripemd160.cl" diff --git a/OpenCL/m14641-pure.cl b/OpenCL/m14641-pure.cl index 7bd30ae9a..4007b8a10 100644 --- a/OpenCL/m14641-pure.cl +++ b/OpenCL/m14641-pure.cl @@ -10,6 +10,7 @@ #include "inc_types.h" #include "inc_common.cl" #include "inc_simd.cl" +#include "inc_hash_sha1.cl" #include "inc_hash_sha256.cl" #include "inc_hash_sha512.cl" #include "inc_hash_ripemd160.cl" diff --git a/OpenCL/m14642-pure.cl b/OpenCL/m14642-pure.cl index a0afc08d0..ca8459c58 100644 --- a/OpenCL/m14642-pure.cl +++ b/OpenCL/m14642-pure.cl @@ -10,6 +10,7 @@ #include "inc_types.h" #include "inc_common.cl" #include "inc_simd.cl" +#include "inc_hash_sha1.cl" #include "inc_hash_sha256.cl" #include "inc_hash_sha512.cl" #include "inc_hash_ripemd160.cl" diff --git a/OpenCL/m14643-pure.cl b/OpenCL/m14643-pure.cl index 6514eb297..4fbb4df32 100644 --- a/OpenCL/m14643-pure.cl +++ b/OpenCL/m14643-pure.cl @@ -10,6 +10,7 @@ #include "inc_types.h" #include "inc_common.cl" #include "inc_simd.cl" +#include "inc_hash_sha1.cl" #include "inc_hash_sha256.cl" #include "inc_hash_sha512.cl" #include "inc_hash_ripemd160.cl"