Skip to content

Instantly share code, notes, and snippets.

@agibsonccc
Created October 4, 2017 10:35
Show Gist options
  • Save agibsonccc/47ac4b7243884a516188407ff8149b36 to your computer and use it in GitHub Desktop.
Save agibsonccc/47ac4b7243884a516188407ff8149b36 to your computer and use it in GitHub Desktop.
./buildnativeoperations.sh -c cuda -cc 61
eval cmake3
PACKAGING = none
BUILD = release
CHIP = cuda
ARCH = x86-64
CHIP_VERSION =
GPU_COMPUTE_CAPABILITY = 61
EXPERIMENTAL = no
LIBRARY TYPE = dynamic
/home/agibsonccc/code/libnd4j/blasbuild/cuda
-- The C compiler identification is GNU 7.2.1
-- The CXX compiler identification is GNU 7.2.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
NOT CLION
Build cublas
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found CUDA: /usr/local/cuda (found version "9.0")
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
CUDA found!
Compiling to external module
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
BLAS
DEV
MKL_MULTI_THREADED
PACKAGING
-- Build files have been written to: /home/agibsonccc/code/libnd4j/blasbuild/cuda
/usr/bin/cmake -H/home/agibsonccc/code/libnd4j -B/home/agibsonccc/code/libnd4j/blasbuild/cuda --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/agibsonccc/code/libnd4j/blasbuild/cuda/CMakeFiles /home/agibsonccc/code/libnd4j/blasbuild/cuda/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/agibsonccc/code/libnd4j/blasbuild/cuda'
make -f blas/CMakeFiles/nd4jcuda.dir/build.make blas/CMakeFiles/nd4jcuda.dir/depend
make[2]: Entering directory '/home/agibsonccc/code/libnd4j/blasbuild/cuda'
[ 25%] Building NVCC (Device) object blas/CMakeFiles/nd4jcuda.dir/cuda/nd4jcuda_generated_NativeOps.cu.o
cd /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda && /usr/bin/cmake -E make_directory /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/.
cd /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda && /usr/bin/cmake -D verbose:BOOL=ON -D build_configuration:STRING=Release -D generated_file:STRING=/home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/./nd4jcuda_generated_NativeOps.cu.o -D generated_cubin_file:STRING=/home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/./nd4jcuda_generated_NativeOps.cu.o.cubin.txt -P /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/nd4jcuda_generated_NativeOps.cu.o.cmake
-- Removing /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/./nd4jcuda_generated_NativeOps.cu.o
/usr/bin/cmake -E remove /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/./nd4jcuda_generated_NativeOps.cu.o
-- Generating dependency file: /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/nd4jcuda_generated_NativeOps.cu.o.NVCC-depend
/usr/local/cuda/bin/nvcc -M -D__CUDACC__ /home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu -o /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/nd4jcuda_generated_NativeOps.cu.o.NVCC-depend -m64 --std c++11 -D__CUDABLAS__=true -Dnd4jcuda_EXPORTS -Xcompiler ,\"-Wall\",\"-Wl,-rpath,$ORIGIN/\",\"-march=x86-64\",\"-mtune=x86-64\",\"-fopenmp\",\"-fPIC\",\"-Wall\",\"-O3\",\"-fassociative-math\",\"-funsafe-math-optimizations\" --ptxas-options=-v -DCUDA_9 -DVERBOSE --cudart=static -O3 -gencode arch=compute_61,code=sm_61 -DNVCC -I/usr/local/cuda/include -I/home/agibsonccc/code/libnd4j/blas -I/home/agibsonccc/code/libnd4j/include -I/home/agibsonccc/code/libnd4j/include/helpers -I/home/agibsonccc/code/libnd4j/include/loops -I/home/agibsonccc/code/libnd4j/include/graph -I/home/agibsonccc/code/libnd4j/include/ops -I/home/agibsonccc/code/libnd4j/include/types -I/home/agibsonccc/code/libnd4j/include/cnpy -I/usr/include -I/usr/local/include -I/usr/local/cuda/include
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu:1:0: warning: -mtune=x86-64 is deprecated; use -mtune=k8 or -mtune=generic instead as appropriate [-Wdeprecated]
In file included from /home/agibsonccc/code/libnd4j/include/loops/reduce3.h:22:0,
from /home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu:10:
/home/agibsonccc/code/libnd4j/include/ops/ops.h:16:0: warning: "ELEMENT_THRESHOLD" redefined
#define ELEMENT_THRESHOLD element_threshold
In file included from /home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu:9:0:
/home/agibsonccc/code/libnd4j/include/ops/specials.h:10:0: note: this is the location of the previous definition
#define ELEMENT_THRESHOLD 8192
In file included from /home/agibsonccc/code/libnd4j/include/loops/reduce3.h:22:0,
from /home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu:10:
/home/agibsonccc/code/libnd4j/include/ops/ops.h:17:0: warning: "TAD_THRESHOLD" redefined
#define TAD_THRESHOLD tad_threshold
In file included from /home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu:9:0:
/home/agibsonccc/code/libnd4j/include/ops/specials.h:11:0: note: this is the location of the previous definition
#define TAD_THRESHOLD 2
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu:1:0: warning: -mtune=x86-64 is deprecated; use -mtune=k8 or -mtune=generic instead as appropriate [-Wdeprecated]
In file included from /home/agibsonccc/code/libnd4j/include/loops/reduce3.h:22:0,
from /home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu:10:
/home/agibsonccc/code/libnd4j/include/ops/ops.h:16:0: warning: "ELEMENT_THRESHOLD" redefined
#define ELEMENT_THRESHOLD element_threshold
In file included from /home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu:9:0:
/home/agibsonccc/code/libnd4j/include/ops/specials.h:10:0: note: this is the location of the previous definition
#define ELEMENT_THRESHOLD 8192
In file included from /home/agibsonccc/code/libnd4j/include/loops/reduce3.h:22:0,
from /home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu:10:
/home/agibsonccc/code/libnd4j/include/ops/ops.h:17:0: warning: "TAD_THRESHOLD" redefined
#define TAD_THRESHOLD tad_threshold
In file included from /home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu:9:0:
/home/agibsonccc/code/libnd4j/include/ops/specials.h:11:0: note: this is the location of the previous definition
#define TAD_THRESHOLD 2
-- Generating temporary cmake readable file: /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/nd4jcuda_generated_NativeOps.cu.o.depend.tmp
/usr/bin/cmake -D input_file:FILEPATH=/home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/nd4jcuda_generated_NativeOps.cu.o.NVCC-depend -D output_file:FILEPATH=/home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/nd4jcuda_generated_NativeOps.cu.o.depend.tmp -P /home/agibsonccc/code/libnd4j/cmake/FindCUDA/make2cmake.cmake
-- Copy if different /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/nd4jcuda_generated_NativeOps.cu.o.depend.tmp to /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/nd4jcuda_generated_NativeOps.cu.o.depend
/usr/bin/cmake -E copy_if_different /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/nd4jcuda_generated_NativeOps.cu.o.depend.tmp /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/nd4jcuda_generated_NativeOps.cu.o.depend
-- Removing /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/nd4jcuda_generated_NativeOps.cu.o.depend.tmp and /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/nd4jcuda_generated_NativeOps.cu.o.NVCC-depend
/usr/bin/cmake -E remove /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/nd4jcuda_generated_NativeOps.cu.o.depend.tmp /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/nd4jcuda_generated_NativeOps.cu.o.NVCC-depend
-- Generating /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/./nd4jcuda_generated_NativeOps.cu.o
/usr/local/cuda/bin/nvcc /home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu -c -o /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/./nd4jcuda_generated_NativeOps.cu.o -m64 --std c++11 -D__CUDABLAS__=true -Dnd4jcuda_EXPORTS -Xcompiler ,\"-Wall\",\"-Wl,-rpath,$ORIGIN/\",\"-march=x86-64\",\"-mtune=x86-64\",\"-fopenmp\",\"-fPIC\",\"-Wall\",\"-O3\",\"-fassociative-math\",\"-funsafe-math-optimizations\" --ptxas-options=-v -DCUDA_9 -DVERBOSE --cudart=static -O3 -gencode arch=compute_61,code=sm_61 -DNVCC -I/usr/local/cuda/include -I/home/agibsonccc/code/libnd4j/blas -I/home/agibsonccc/code/libnd4j/include -I/home/agibsonccc/code/libnd4j/include/helpers -I/home/agibsonccc/code/libnd4j/include/loops -I/home/agibsonccc/code/libnd4j/include/graph -I/home/agibsonccc/code/libnd4j/include/ops -I/home/agibsonccc/code/libnd4j/include/types -I/home/agibsonccc/code/libnd4j/include/cnpy -I/usr/include -I/usr/local/include -I/usr/local/cuda/include
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu:1:0: warning: -mtune=x86-64 is deprecated; use -mtune=k8 or -mtune=generic instead as appropriate [-Wdeprecated]
In file included from /home/agibsonccc/code/libnd4j/include/loops/reduce3.h:22:0,
from /home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu:10:
/home/agibsonccc/code/libnd4j/include/ops/ops.h:16:0: warning: "ELEMENT_THRESHOLD" redefined
#define ELEMENT_THRESHOLD element_threshold
In file included from /home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu:9:0:
/home/agibsonccc/code/libnd4j/include/ops/specials.h:10:0: note: this is the location of the previous definition
#define ELEMENT_THRESHOLD 8192
In file included from /home/agibsonccc/code/libnd4j/include/loops/reduce3.h:22:0,
from /home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu:10:
/home/agibsonccc/code/libnd4j/include/ops/ops.h:17:0: warning: "TAD_THRESHOLD" redefined
#define TAD_THRESHOLD tad_threshold
In file included from /home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu:9:0:
/home/agibsonccc/code/libnd4j/include/ops/specials.h:11:0: note: this is the location of the previous definition
#define TAD_THRESHOLD 2
/home/agibsonccc/code/libnd4j/include/fp16_conversion.hpp(12): warning: a __device__ function("operator-") redeclared without __device__, hence treated as a __host__ __device__ function
/home/agibsonccc/code/libnd4j/include/types/float16.h(103): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(104): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(105): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(142): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(150): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(158): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(162): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(192): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(205): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(205): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(261): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(270): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(284): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(284): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(290): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(331): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(331): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(420): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(424): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/types/float16.h(426): warning: calling a __host__ function from a __host__ __device__ function is not allowed
/home/agibsonccc/code/libnd4j/include/helpers/shape.h(2517): warning: missing return statement at end of non-void function "shape::strideEquals(int *, int, int *, int)"
/home/agibsonccc/code/libnd4j/include/helpers/shape.h(2710): warning: variable "dimensions" was declared but never referenced
/home/agibsonccc/code/libnd4j/include/helpers/shape.h(5374): warning: variable "last_stride" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(151): warning: variable "ccMinor" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(222): warning: variable "regPerBlock" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(238): warning: variable "effective_block_limit" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(312): warning: variable "zRank" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(317): warning: variable "regPerBlock" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(332): warning: variable "memory_floor" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(650): warning: variable "hostYShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(651): warning: variable "hostZShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(959): warning: variable "hostTADShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(1791): warning: variable "hostYShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(1792): warning: variable "hostZShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(2010): warning: variable "hostYShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(2011): warning: variable "hostZShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(2081): warning: variable "hostYShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(2082): warning: variable "hostZShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6202): warning: variable "buff" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6432): warning: variable "hostZShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6440): warning: variable "reductionPointer" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6483): warning: variable "hostZShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6491): warning: variable "reductionPointer" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6534): warning: variable "hostZShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6542): warning: variable "reductionPointer" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6623): warning: variable "half" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6692): warning: variable "half" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6745): warning: variable "half" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6759): warning: variable "hostXShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6769): warning: variable "hostXShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6779): warning: variable "hostXShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6801): warning: variable "hostXShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6818): warning: variable "hostXShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6835): warning: variable "hostXShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6852): warning: variable "hostXShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6862): warning: variable "hostXShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6872): warning: variable "hostXShapeInfo" was declared but never referenced
/home/agibsonccc/code/libnd4j/include/types/float16.h(208): warning: calling a __host__ function from a __host__ __device__ function is not allowed
detected during instantiation of "float16::float16(const T &) [with T=float]"
(384): here
/home/agibsonccc/code/libnd4j/include/types/float16.h(208): warning: calling a __host__ function from a __host__ __device__ function is not allowed
detected during instantiation of "float16::float16(const T &) [with T=unsigned short]"
(420): here
/home/agibsonccc/code/libnd4j/include/types/float16.h(208): warning: calling a __host__ function from a __host__ __device__ function is not allowed
detected during instantiation of "float16::float16(const T &) [with T=half]"
/home/agibsonccc/code/libnd4j/include/helpers/../templatemath.h(850): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(492): warning: variable "tid" was declared but never referenced
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::exec(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=double]"
(1298): here
instantiation of "void reduce3Generic(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=double]"
(1414): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(496): warning: variable "xElementWiseStride" was declared but never referenced
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::exec(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=double]"
(1298): here
instantiation of "void reduce3Generic(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=double]"
(1414): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(497): warning: variable "yElementWiseStride" was declared but never referenced
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::exec(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=double]"
(1298): here
instantiation of "void reduce3Generic(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=double]"
(1414): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(504): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::transform<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::ManhattanDistance<float16>]"
(721): here
instantiation of "void functions::reduce3::Reduce3<T>::exec(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1298): here
instantiation of "void reduce3Generic(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1542): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(504): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::transform<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::EuclideanDistance<float16>]"
(721): here
instantiation of "void functions::reduce3::Reduce3<T>::exec(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1298): here
instantiation of "void reduce3Generic(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1542): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(504): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::transform<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::CosineSimilarity<float16>]"
(721): here
instantiation of "void functions::reduce3::Reduce3<T>::exec(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1298): here
instantiation of "void reduce3Generic(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1542): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(504): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::transform<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::Dot<float16>]"
(721): here
instantiation of "void functions::reduce3::Reduce3<T>::exec(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1298): here
instantiation of "void reduce3Generic(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1542): here
/home/agibsonccc/code/libnd4j/include/types/float16.h(208): warning: calling a __host__ function from a __host__ __device__ function is not allowed
detected during:
instantiation of "float16::float16(const T &) [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/ops.h(2156): here
instantiation of "T simdOps::EqualsWithEps<T>::op(T, T, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/ops/ops.h(2172): here
instantiation of "T simdOps::EqualsWithEps<T>::opAtomic(T, T, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(574): here
instantiation of "void functions::reduce3::Reduce3<T>::transform<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::EqualsWithEps<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(721): here
instantiation of "void functions::reduce3::Reduce3<T>::exec(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(1298): here
instantiation of "void reduce3Generic(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(1542): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(504): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::transform<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::EqualsWithEps<float16>]"
(721): here
instantiation of "void functions::reduce3::Reduce3<T>::exec(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1298): here
instantiation of "void reduce3Generic(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1542): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(504): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::transform<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::CosineDistance<float16>]"
(721): here
instantiation of "void functions::reduce3::Reduce3<T>::exec(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1298): here
instantiation of "void reduce3Generic(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1542): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(504): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::transform<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::JaccardDistance<float16>]"
(721): here
instantiation of "void functions::reduce3::Reduce3<T>::exec(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1298): here
instantiation of "void reduce3Generic(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1542): here
/home/agibsonccc/code/libnd4j/include/types/float16.h(208): warning: calling a __host__ function from a __host__ __device__ function is not allowed
detected during:
instantiation of "float16::float16(const T &) [with T=Nd4jIndex]"
/home/agibsonccc/code/libnd4j/include/ops/ops.h(1993): here
instantiation of "T simdOps::SimpleHammingDistance<T>::postProcess(T, Nd4jIndex, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(583): here
instantiation of "void functions::reduce3::Reduce3<T>::transform<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::SimpleHammingDistance<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(721): here
instantiation of "void functions::reduce3::Reduce3<T>::exec(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(1298): here
instantiation of "void reduce3Generic(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(1542): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(504): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::transform<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::SimpleHammingDistance<float16>]"
(721): here
instantiation of "void functions::reduce3::Reduce3<T>::exec(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1298): here
instantiation of "void reduce3Generic(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1542): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(343): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::transformAll<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::ManhattanDistance<float16>]"
(743): here
instantiation of "void functions::reduce3::Reduce3<T>::execAllCuda(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1330): here
instantiation of "void reduce3AllGeneric(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1570): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(343): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::transformAll<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::EuclideanDistance<float16>]"
(743): here
instantiation of "void functions::reduce3::Reduce3<T>::execAllCuda(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1330): here
instantiation of "void reduce3AllGeneric(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1570): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(343): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::transformAll<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::CosineSimilarity<float16>]"
(743): here
instantiation of "void functions::reduce3::Reduce3<T>::execAllCuda(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1330): here
instantiation of "void reduce3AllGeneric(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1570): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(343): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::transformAll<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::Dot<float16>]"
(743): here
instantiation of "void functions::reduce3::Reduce3<T>::execAllCuda(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1330): here
instantiation of "void reduce3AllGeneric(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1570): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(343): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::transformAll<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::EqualsWithEps<float16>]"
(743): here
instantiation of "void functions::reduce3::Reduce3<T>::execAllCuda(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1330): here
instantiation of "void reduce3AllGeneric(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1570): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(343): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::transformAll<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::CosineDistance<float16>]"
(743): here
instantiation of "void functions::reduce3::Reduce3<T>::execAllCuda(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1330): here
instantiation of "void reduce3AllGeneric(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1570): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(343): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::transformAll<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::JaccardDistance<float16>]"
(743): here
instantiation of "void functions::reduce3::Reduce3<T>::execAllCuda(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1330): here
instantiation of "void reduce3AllGeneric(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1570): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(343): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::transformAll<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::SimpleHammingDistance<float16>]"
(743): here
instantiation of "void functions::reduce3::Reduce3<T>::execAllCuda(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, UnifiedSharedMemory *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1330): here
instantiation of "void reduce3AllGeneric(int, T *, int *, T *, int *, T *, T *, int *, int *, int, int, int *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1570): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(178): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::execScalarCuda<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *) [with T=float16, OpType=simdOps::ManhattanDistance<float16>]"
(761): here
instantiation of "void functions::reduce3::Reduce3<T>::execScalarCuda(int, T *, int *, T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *) [with T=float16]"
(1383): here
instantiation of "void reduce3ScalarGeneric(int, T *, int *, T *, int *, T *, T *, int *, int *, T *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1623): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(178): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::execScalarCuda<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *) [with T=float16, OpType=simdOps::EuclideanDistance<float16>]"
(761): here
instantiation of "void functions::reduce3::Reduce3<T>::execScalarCuda(int, T *, int *, T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *) [with T=float16]"
(1383): here
instantiation of "void reduce3ScalarGeneric(int, T *, int *, T *, int *, T *, T *, int *, int *, T *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1623): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(178): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::execScalarCuda<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *) [with T=float16, OpType=simdOps::CosineSimilarity<float16>]"
(761): here
instantiation of "void functions::reduce3::Reduce3<T>::execScalarCuda(int, T *, int *, T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *) [with T=float16]"
(1383): here
instantiation of "void reduce3ScalarGeneric(int, T *, int *, T *, int *, T *, T *, int *, int *, T *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1623): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(178): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::execScalarCuda<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *) [with T=float16, OpType=simdOps::Dot<float16>]"
(761): here
instantiation of "void functions::reduce3::Reduce3<T>::execScalarCuda(int, T *, int *, T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *) [with T=float16]"
(1383): here
instantiation of "void reduce3ScalarGeneric(int, T *, int *, T *, int *, T *, T *, int *, int *, T *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1623): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(178): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::execScalarCuda<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *) [with T=float16, OpType=simdOps::EqualsWithEps<float16>]"
(761): here
instantiation of "void functions::reduce3::Reduce3<T>::execScalarCuda(int, T *, int *, T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *) [with T=float16]"
(1383): here
instantiation of "void reduce3ScalarGeneric(int, T *, int *, T *, int *, T *, T *, int *, int *, T *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1623): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(178): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::execScalarCuda<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *) [with T=float16, OpType=simdOps::CosineDistance<float16>]"
(761): here
instantiation of "void functions::reduce3::Reduce3<T>::execScalarCuda(int, T *, int *, T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *) [with T=float16]"
(1383): here
instantiation of "void reduce3ScalarGeneric(int, T *, int *, T *, int *, T *, T *, int *, int *, T *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1623): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(178): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::execScalarCuda<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *) [with T=float16, OpType=simdOps::JaccardDistance<float16>]"
(761): here
instantiation of "void functions::reduce3::Reduce3<T>::execScalarCuda(int, T *, int *, T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *) [with T=float16]"
(1383): here
instantiation of "void reduce3ScalarGeneric(int, T *, int *, T *, int *, T *, T *, int *, int *, T *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1623): here
/home/agibsonccc/code/libnd4j/include/loops/reduce3.h(178): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void functions::reduce3::Reduce3<T>::execScalarCuda<OpType>(T *, int *, T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *) [with T=float16, OpType=simdOps::SimpleHammingDistance<float16>]"
(761): here
instantiation of "void functions::reduce3::Reduce3<T>::execScalarCuda(int, T *, int *, T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *) [with T=float16]"
(1383): here
instantiation of "void reduce3ScalarGeneric(int, T *, int *, T *, int *, T *, T *, int *, int *, T *, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16]"
(1623): here
/home/agibsonccc/code/libnd4j/include/loops/reduce.h(89): warning: statement is unreachable
detected during:
instantiation of "void functions::reduce::ReduceFunction<T>::transformCuda1D<OpType>(T *, int *, T *, T *, int *, int *, int, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float, OpType=simdOps::LogSumExp<float>]"
(874): here
instantiation of "void reduceSimpleGeneric1D<T,OpClass>(T *, int *, T *, T *, int *, int *, int, T *, int *, Nd4jIndex *) [with T=float, OpClass=simdOps::LogSumExp<float>]"
(947): here
/home/agibsonccc/code/libnd4j/include/loops/reduce.h(89): warning: statement is unreachable
detected during:
instantiation of "void functions::reduce::ReduceFunction<T>::transformCuda1D<OpType>(T *, int *, T *, T *, int *, int *, int, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=double, OpType=simdOps::LogSumExp<double>]"
(874): here
instantiation of "void reduceSimpleGeneric1D<T,OpClass>(T *, int *, T *, T *, int *, int *, int, T *, int *, Nd4jIndex *) [with T=double, OpClass=simdOps::LogSumExp<double>]"
(948): here
/home/agibsonccc/code/libnd4j/include/loops/reduce.h(89): warning: statement is unreachable
detected during:
instantiation of "void functions::reduce::ReduceFunction<T>::transformCuda1D<OpType>(T *, int *, T *, T *, int *, int *, int, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::LogSumExp<float16>]"
(874): here
instantiation of "void reduceSimpleGeneric1D<T,OpClass>(T *, int *, T *, T *, int *, int *, int, T *, int *, Nd4jIndex *) [with T=float16, OpClass=simdOps::LogSumExp<float16>]"
(949): here
/home/agibsonccc/code/libnd4j/include/loops/reduce.h(277): warning: statement is unreachable
detected during:
instantiation of "void functions::reduce::ReduceFunction<T>::transformCuda3D<OpType>(T *, int *, T *, T *, int *, int *, int, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float, OpType=simdOps::LogSumExp<float>]"
(901): here
instantiation of "void reduceSimpleGeneric3D<T,OpClass>(T *, int *, T *, T *, int *, int *, int, T *, int *, Nd4jIndex *) [with T=float, OpClass=simdOps::LogSumExp<float>]"
(952): here
/home/agibsonccc/code/libnd4j/include/loops/reduce.h(277): warning: statement is unreachable
detected during:
instantiation of "void functions::reduce::ReduceFunction<T>::transformCuda3D<OpType>(T *, int *, T *, T *, int *, int *, int, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=double, OpType=simdOps::LogSumExp<double>]"
(901): here
instantiation of "void reduceSimpleGeneric3D<T,OpClass>(T *, int *, T *, T *, int *, int *, int, T *, int *, Nd4jIndex *) [with T=double, OpClass=simdOps::LogSumExp<double>]"
(953): here
/home/agibsonccc/code/libnd4j/include/loops/reduce.h(277): warning: statement is unreachable
detected during:
instantiation of "void functions::reduce::ReduceFunction<T>::transformCuda3D<OpType>(T *, int *, T *, T *, int *, int *, int, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::LogSumExp<float16>]"
(901): here
instantiation of "void reduceSimpleGeneric3D<T,OpClass>(T *, int *, T *, T *, int *, int *, int, T *, int *, Nd4jIndex *) [with T=float16, OpClass=simdOps::LogSumExp<float16>]"
(954): here
/home/agibsonccc/code/libnd4j/include/loops/reduce.h(341): warning: statement is unreachable
detected during:
instantiation of "void functions::reduce::ReduceFunction<T>::transformCudaXD<OpType>(T *, int *, T *, T *, int *, int *, int, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float, OpType=simdOps::LogSumExp<float>]"
(850): here
instantiation of "void reduceSimpleGeneric<T,OpClass>(T *, int *, T *, T *, int *, int *, int, T *, int *, Nd4jIndex *) [with T=float, OpClass=simdOps::LogSumExp<float>]"
(957): here
/home/agibsonccc/code/libnd4j/include/loops/reduce.h(341): warning: statement is unreachable
detected during:
instantiation of "void functions::reduce::ReduceFunction<T>::transformCudaXD<OpType>(T *, int *, T *, T *, int *, int *, int, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=double, OpType=simdOps::LogSumExp<double>]"
(850): here
instantiation of "void reduceSimpleGeneric<T,OpClass>(T *, int *, T *, T *, int *, int *, int, T *, int *, Nd4jIndex *) [with T=double, OpClass=simdOps::LogSumExp<double>]"
(958): here
/home/agibsonccc/code/libnd4j/include/loops/reduce.h(341): warning: statement is unreachable
detected during:
instantiation of "void functions::reduce::ReduceFunction<T>::transformCudaXD<OpType>(T *, int *, T *, T *, int *, int *, int, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::LogSumExp<float16>]"
(850): here
instantiation of "void reduceSimpleGeneric<T,OpClass>(T *, int *, T *, T *, int *, int *, int, T *, int *, Nd4jIndex *) [with T=float16, OpClass=simdOps::LogSumExp<float16>]"
(959): here
/home/agibsonccc/code/libnd4j/include/loops/indexreduce.h(235): warning: variable "tadOrder" was set but never used
detected during:
instantiation of "void functions::indexreduce::IndexReduce<T>::transform(int, T *, int *, T *, T *, int *, int *, int, int, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=double]"
(674): here
instantiation of "void indexReduceGeneric(int, T *, int *, int, T *, T *, int *, int, int *, int, int, int *, T *, int *, Nd4jIndex *) [with T=double]"
(702): here
/home/agibsonccc/code/libnd4j/include/types/float16.h(208): warning: calling a __host__ function from a __host__ __device__ function is not allowed
detected during:
instantiation of "float16::float16(const T &) [with T=__nv_bool]"
/home/agibsonccc/code/libnd4j/include/ops/ops.h(442): here
instantiation of "T simdOps::EqualTo<T>::op(T, T, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/pairwise_transform.h(341): here
instantiation of "void functions::pairwise_transforms::PairWiseTransform<T>::transformCuda<OpType>(Nd4jIndex, T *, T *, int, int, T *, T *, int, int *, UnifiedSharedMemory *, int *) [with T=float16, OpType=simdOps::EqualTo<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/pairwise_transform.h(274): here
instantiation of "void functions::pairwise_transforms::PairWiseTransform<T>::transformCuda<OpType>(T *, int *, T *, int *, T *, int *, T *, int *, UnifiedSharedMemory *, int *) [with T=float16, OpType=simdOps::EqualTo<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/pairwise_transform.h(109): here
instantiation of "void functions::pairwise_transforms::PairWiseTransform<T>::transformCuda(int, T *, int *, T *, int *, T *, int *, T *, int *, UnifiedSharedMemory *, int *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/pairwise_transform.h(708): here
instantiation of "void pairWiseTransformGeneric(int, T *, T *, T *, T *, int *, int, int *, int, int *, int, int *, int *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/pairwise_transform.h(797): here
/home/agibsonccc/code/libnd4j/include/types/float16.h(208): warning: calling a __host__ function from a __host__ __device__ function is not allowed
detected during:
instantiation of "float16::float16(const T &) [with T=int]"
/home/agibsonccc/code/libnd4j/include/ops/ops.h(391): here
instantiation of "T simdOps::Mod<T>::op(T, T, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/scalar.h(194): here
instantiation of "void functions::scalar::ScalarTransform<T>::transformCuda<OpType>(T *, int *, T *, T *, int *, T *, int *, int, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::Mod<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/scalar.h(610): here
instantiation of "void scalarAlongDimensionGeneric<T,OpType>(T *, int *, T *, T *, int *, T *, int *, int, int *, Nd4jIndex *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::Mod<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/scalar.h(731): here
/home/agibsonccc/code/libnd4j/include/loops/transform.h(782): warning: variable "tadOrder" was set but never used
/home/agibsonccc/code/libnd4j/include/loops/transform.h(1559): warning: variable "yStride" was declared but never referenced
/home/agibsonccc/code/libnd4j/include/loops/transform.h(1595): warning: variable "zX" was declared but never referenced
detected during instantiation of "void shuffleKernelGeneric(T **, int **, T **, int **, int, int *, int **, Nd4jIndex **) [with T=double]"
(1628): here
/home/agibsonccc/code/libnd4j/include/loops/transform.h(1595): warning: variable "zX" was declared but never referenced
detected during instantiation of "void shuffleKernelGeneric(T **, int **, T **, int **, int, int *, int **, Nd4jIndex **) [with T=float]"
(1632): here
/home/agibsonccc/code/libnd4j/include/loops/transform.h(1595): warning: variable "zX" was declared but never referenced
detected during instantiation of "void shuffleKernelGeneric(T **, int **, T **, int **, int, int *, int **, Nd4jIndex **) [with T=float16]"
(1636): here
/home/agibsonccc/code/libnd4j/include/types/float16.h(208): warning: calling a __host__ function from a __host__ __device__ function is not allowed
detected during:
instantiation of "float16::float16(const T &) [with T=unsigned int]"
/home/agibsonccc/code/libnd4j/include/ops/ops.h(2827): here
instantiation of "T simdOps::DropOut<T>::op(T, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(237): here
instantiation of "void functions::transform::Transform<T>::transformCuda<OpType>(Nd4jIndex, T *, int, T *, T *, int, int *, T *, UnifiedSharedMemory *) [with T=float16, OpType=simdOps::DropOut<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(516): here
instantiation of "void transformSimpleGeneric<T,OpClass>(Nd4jIndex, T *, int, T *, T *, int, int *, T *) [with T=float16, OpClass=simdOps::DropOut<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(1642): here
/home/agibsonccc/code/libnd4j/include/ops/special_ops.h(832): warning: variable "imgH" was declared but never referenced
detected during:
instantiation of "void functions::transform::Transform<T>::transformCuda<OpType>(T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float, OpType=simdOps::Col2Im<float>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(590): here
instantiation of "void transformSimpleGeneric<T,OpClass>(T *, int *, int, T *, T *, int *, int, int *, T *, int *, Nd4jIndex *) [with T=float, OpClass=simdOps::Col2Im<float>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(1645): here
/home/agibsonccc/code/libnd4j/include/ops/special_ops.h(833): warning: variable "imgW" was declared but never referenced
detected during:
instantiation of "void functions::transform::Transform<T>::transformCuda<OpType>(T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float, OpType=simdOps::Col2Im<float>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(590): here
instantiation of "void transformSimpleGeneric<T,OpClass>(T *, int *, int, T *, T *, int *, int, int *, T *, int *, Nd4jIndex *) [with T=float, OpClass=simdOps::Col2Im<float>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(1645): here
/home/agibsonccc/code/libnd4j/include/ops/special_ops.h(1135): warning: variable "zRank" was set but never used
detected during:
instantiation of "void functions::transform::Transform<T>::transformCuda<OpType>(T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float, OpType=simdOps::Reverse<float>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(590): here
instantiation of "void transformSimpleGeneric<T,OpClass>(T *, int *, int, T *, T *, int *, int, int *, T *, int *, Nd4jIndex *) [with T=float, OpClass=simdOps::Reverse<float>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(1645): here
/home/agibsonccc/code/libnd4j/include/ops/special_ops.h(1136): warning: variable "zShape" was set but never used
detected during:
instantiation of "void functions::transform::Transform<T>::transformCuda<OpType>(T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float, OpType=simdOps::Reverse<float>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(590): here
instantiation of "void transformSimpleGeneric<T,OpClass>(T *, int *, int, T *, T *, int *, int, int *, T *, int *, Nd4jIndex *) [with T=float, OpClass=simdOps::Reverse<float>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(1645): here
/home/agibsonccc/code/libnd4j/include/ops/special_ops.h(1137): warning: variable "zStride" was set but never used
detected during:
instantiation of "void functions::transform::Transform<T>::transformCuda<OpType>(T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float, OpType=simdOps::Reverse<float>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(590): here
instantiation of "void transformSimpleGeneric<T,OpClass>(T *, int *, int, T *, T *, int *, int, int *, T *, int *, Nd4jIndex *) [with T=float, OpClass=simdOps::Reverse<float>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(1645): here
/home/agibsonccc/code/libnd4j/include/ops/special_ops.h(1046): warning: variable "shmem" was set but never used
detected during:
instantiation of "void simdOps::Reverse<T>::execSpecialCuda(T *, int *, T *, int *, T *, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(164): here
instantiation of "void functions::transform::Transform<T>::transformCuda<OpType>(T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float, OpType=simdOps::Reverse<float>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(590): here
instantiation of "void transformSimpleGeneric<T,OpClass>(T *, int *, int, T *, T *, int *, int, int *, T *, int *, Nd4jIndex *) [with T=float, OpClass=simdOps::Reverse<float>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(1645): here
/home/agibsonccc/code/libnd4j/include/ops/special_ops.h(1046): warning: variable "shmem" was set but never used
detected during:
instantiation of "void simdOps::Reverse<T>::execSpecialCuda(T *, int *, T *, int *, T *, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=double]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(164): here
instantiation of "void functions::transform::Transform<T>::transformCuda<OpType>(T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=double, OpType=simdOps::Reverse<double>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(590): here
instantiation of "void transformSimpleGeneric<T,OpClass>(T *, int *, int, T *, T *, int *, int, int *, T *, int *, Nd4jIndex *) [with T=double, OpClass=simdOps::Reverse<double>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(1646): here
/home/agibsonccc/code/libnd4j/include/ops/special_ops.h(1298): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void simdOps::SoftMax<T>::execSpecialCuda(T *, int *, T *, int *, T *, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(164): here
instantiation of "void functions::transform::Transform<T>::transformCuda<OpType>(T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::SoftMax<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(590): here
instantiation of "void transformSimpleGeneric<T,OpClass>(T *, int *, int, T *, T *, int *, int, int *, T *, int *, Nd4jIndex *) [with T=float16, OpClass=simdOps::SoftMax<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(1647): here
/home/agibsonccc/code/libnd4j/include/ops/special_ops.h(1608): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void simdOps::SoftMaxDerivative<T>::execSpecialCuda(T *, int *, T *, int *, T *, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(164): here
instantiation of "void functions::transform::Transform<T>::transformCuda<OpType>(T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::SoftMaxDerivative<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(590): here
instantiation of "void transformSimpleGeneric<T,OpClass>(T *, int *, int, T *, T *, int *, int, int *, T *, int *, Nd4jIndex *) [with T=float16, OpClass=simdOps::SoftMaxDerivative<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(1647): here
/home/agibsonccc/code/libnd4j/include/ops/special_ops.h(1451): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void simdOps::LogSoftMax<T>::execSpecialCuda(T *, int *, T *, int *, T *, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(164): here
instantiation of "void functions::transform::Transform<T>::transformCuda<OpType>(T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::LogSoftMax<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(590): here
instantiation of "void transformSimpleGeneric<T,OpClass>(T *, int *, int, T *, T *, int *, int, int *, T *, int *, Nd4jIndex *) [with T=float16, OpClass=simdOps::LogSoftMax<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(1647): here
/home/agibsonccc/code/libnd4j/include/ops/special_ops.h(1046): warning: variable "shmem" was set but never used
detected during:
instantiation of "void simdOps::Reverse<T>::execSpecialCuda(T *, int *, T *, int *, T *, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(164): here
instantiation of "void functions::transform::Transform<T>::transformCuda<OpType>(T *, int *, T *, T *, int *, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::Reverse<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(590): here
instantiation of "void transformSimpleGeneric<T,OpClass>(T *, int *, int, T *, T *, int *, int, int *, T *, int *, Nd4jIndex *) [with T=float16, OpClass=simdOps::Reverse<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/transform.h(1647): here
/home/agibsonccc/code/libnd4j/include/loops/summarystatsreduce.h(355): warning: variable "numElements" was declared but never referenced
detected during:
instantiation of "void functions::summarystats::SummaryStatsReduce<T>::transform(int, T *, int *, T *, T *, int *, int *, int, int, int *, T *, UnifiedSharedMemory *, int *, Nd4jIndex *) [with T=double]"
(884): here
instantiation of "void summaryStatsReduceGeneric(int, T *, int *, int, T *, T *, int *, int, int *, int, int, __nv_bool, int *, T *, int *, Nd4jIndex *) [with T=double]"
(912): here
/home/agibsonccc/code/libnd4j/include/types/float16.h(208): warning: calling a __host__ function from a __host__ __device__ function is not allowed
detected during:
instantiation of "float16::float16(const T &) [with T=uint64_t]"
/home/agibsonccc/code/libnd4j/include/helpers/helper_generator.h(560): here
instantiation of "T nd4j::random::RandomBuffer::relativeT<T>(Nd4jIndex) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/helpers/helper_generator.h(595): here
instantiation of "T nd4j::random::RandomBuffer::relativeT(Nd4jIndex, T, T) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/ops/random_ops.h(66): here
instantiation of "T randomOps::UniformDistribution<T>::op(Nd4jIndex, Nd4jIndex, nd4j::random::RandomBuffer *, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(356): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *) [with T=float16, OpClass=randomOps::UniformDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(453): here
instantiation of "void randomSingleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *) [with T=float16, OpClass=randomOps::UniformDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(503): here
/home/agibsonccc/code/libnd4j/include/types/float16.h(208): warning: calling a __host__ function from a __host__ __device__ function is not allowed
detected during:
instantiation of "float16::float16(const T &) [with T=unsigned long long]"
/home/agibsonccc/code/libnd4j/include/helpers/helper_generator.h(560): here
instantiation of "T nd4j::random::RandomBuffer::relativeT<T>(Nd4jIndex) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/helpers/helper_generator.h(595): here
instantiation of "T nd4j::random::RandomBuffer::relativeT(Nd4jIndex, T, T) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/ops/random_ops.h(66): here
instantiation of "T randomOps::UniformDistribution<T>::op(Nd4jIndex, Nd4jIndex, nd4j::random::RandomBuffer *, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(356): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *) [with T=float16, OpClass=randomOps::UniformDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(453): here
instantiation of "void randomSingleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *) [with T=float16, OpClass=randomOps::UniformDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(503): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(35): warning: variable "xLength" was set but never used
detected during:
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float, OpClass=randomOps::Choice<float>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float, OpClass=randomOps::Choice<float>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(509): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(686): warning: variable "tZ" was set but never used
detected during:
instantiation of "void randomOps::TruncatedNormalDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float, OpClass=randomOps::TruncatedNormalDistribution<float>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float, OpClass=randomOps::TruncatedNormalDistribution<float>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(509): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(725): warning: variable "u0" was declared but never referenced
detected during:
instantiation of "void randomOps::TruncatedNormalDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float, OpClass=randomOps::TruncatedNormalDistribution<float>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float, OpClass=randomOps::TruncatedNormalDistribution<float>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(509): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(725): warning: variable "u1" was declared but never referenced
detected during:
instantiation of "void randomOps::TruncatedNormalDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float, OpClass=randomOps::TruncatedNormalDistribution<float>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float, OpClass=randomOps::TruncatedNormalDistribution<float>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(509): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(686): warning: variable "tZ" was set but never used
detected during:
instantiation of "void randomOps::TruncatedNormalDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=double]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=double, OpClass=randomOps::TruncatedNormalDistribution<double>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=double, OpClass=randomOps::TruncatedNormalDistribution<double>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(510): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(725): warning: variable "u0" was declared but never referenced
detected during:
instantiation of "void randomOps::TruncatedNormalDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=double]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=double, OpClass=randomOps::TruncatedNormalDistribution<double>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=double, OpClass=randomOps::TruncatedNormalDistribution<double>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(510): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(725): warning: variable "u1" was declared but never referenced
detected during:
instantiation of "void randomOps::TruncatedNormalDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=double]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=double, OpClass=randomOps::TruncatedNormalDistribution<double>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=double, OpClass=randomOps::TruncatedNormalDistribution<double>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(510): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(267): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void randomOps::GaussianDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::GaussianDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::GaussianDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(511): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(268): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void randomOps::GaussianDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::GaussianDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::GaussianDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(511): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(273): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void randomOps::GaussianDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::GaussianDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::GaussianDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(511): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(274): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void randomOps::GaussianDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::GaussianDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::GaussianDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(511): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(840): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void randomOps::LogNormalDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::LogNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::LogNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(511): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(841): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void randomOps::LogNormalDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::LogNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::LogNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(511): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(846): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void randomOps::LogNormalDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::LogNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::LogNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(511): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(847): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void randomOps::LogNormalDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::LogNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::LogNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(511): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(686): warning: variable "tZ" was set but never used
detected during:
instantiation of "void randomOps::TruncatedNormalDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::TruncatedNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::TruncatedNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(511): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(676): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void randomOps::TruncatedNormalDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::TruncatedNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::TruncatedNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(511): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(677): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void randomOps::TruncatedNormalDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::TruncatedNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::TruncatedNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(511): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(682): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void randomOps::TruncatedNormalDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::TruncatedNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::TruncatedNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(511): here
/home/agibsonccc/code/libnd4j/include/ops/special_random_ops.h(683): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void randomOps::TruncatedNormalDistribution<T>::specialOpCuda(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(44): here
instantiation of "void functions::random::RandomFunction<T>::execTransformCuda<OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::TruncatedNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(496): here
instantiation of "void randomTripleGeneric<T,OpClass>(Nd4jPointer, T *, int *, T *, int *, T *, int *, T *) [with T=float16, OpClass=randomOps::TruncatedNormalDistribution<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/random.h(511): here
/home/agibsonccc/code/libnd4j/include/loops/type_conversions.h(383): warning: variable "lim" was declared but never referenced
/home/agibsonccc/code/libnd4j/include/loops/type_conversions.h(306): warning: function "__ballot"
/usr/local/cuda/include/sm_20_intrinsics.h(407): here was declared deprecated ("__ballot() is deprecated in favor of __ballot_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
/home/agibsonccc/code/libnd4j/include/loops/type_conversions.h(317): warning: function "__ballot"
/usr/local/cuda/include/sm_20_intrinsics.h(407): here was declared deprecated ("__ballot() is deprecated in favor of __ballot_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
/home/agibsonccc/code/libnd4j/include/ops/aggregate_ops.h(825): warning: variable "initialIdx" was set but never used
detected during:
instantiation of "void functions::aggregate::AggregatedFunction<T>::execCuda<OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float, OpClass=aggregateOps::CBOW<float>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(50): here
instantiation of "void aggregateGeneric<T,OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float, OpClass=aggregateOps::CBOW<float>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(86): here
/home/agibsonccc/code/libnd4j/include/ops/aggregate_ops.h(178): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void aggregateOps::HierarchicSoftmax<T>::executeAggregateCuda(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(30): here
instantiation of "void functions::aggregate::AggregatedFunction<T>::execCuda<OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16, OpClass=aggregateOps::HierarchicSoftmax<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(50): here
instantiation of "void aggregateGeneric<T,OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16, OpClass=aggregateOps::HierarchicSoftmax<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(88): here
/home/agibsonccc/code/libnd4j/include/ops/aggregate_ops.h(179): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void aggregateOps::HierarchicSoftmax<T>::executeAggregateCuda(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(30): here
instantiation of "void functions::aggregate::AggregatedFunction<T>::execCuda<OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16, OpClass=aggregateOps::HierarchicSoftmax<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(50): here
instantiation of "void aggregateGeneric<T,OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16, OpClass=aggregateOps::HierarchicSoftmax<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(88): here
/home/agibsonccc/code/libnd4j/include/ops/aggregate_ops.h(180): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void aggregateOps::HierarchicSoftmax<T>::executeAggregateCuda(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(30): here
instantiation of "void functions::aggregate::AggregatedFunction<T>::execCuda<OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16, OpClass=aggregateOps::HierarchicSoftmax<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(50): here
instantiation of "void aggregateGeneric<T,OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16, OpClass=aggregateOps::HierarchicSoftmax<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(88): here
/home/agibsonccc/code/libnd4j/include/ops/aggregate_ops.h(181): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void aggregateOps::HierarchicSoftmax<T>::executeAggregateCuda(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(30): here
instantiation of "void functions::aggregate::AggregatedFunction<T>::execCuda<OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16, OpClass=aggregateOps::HierarchicSoftmax<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(50): here
instantiation of "void aggregateGeneric<T,OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16, OpClass=aggregateOps::HierarchicSoftmax<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(88): here
/home/agibsonccc/code/libnd4j/include/ops/aggregate_ops.h(409): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void aggregateOps::Dot<T>::executeAggregateCuda(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(30): here
instantiation of "void functions::aggregate::AggregatedFunction<T>::execCuda<OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16, OpClass=aggregateOps::Dot<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(50): here
instantiation of "void aggregateGeneric<T,OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16, OpClass=aggregateOps::Dot<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(88): here
/home/agibsonccc/code/libnd4j/include/ops/aggregate_ops.h(311): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void aggregateOps::NegativeSampling<T>::executeAggregateCuda(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16]"
(660): here
instantiation of "void aggregateOps::SkipGram<T>::executeAggregateCuda(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(30): here
instantiation of "void functions::aggregate::AggregatedFunction<T>::execCuda<OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16, OpClass=aggregateOps::SkipGram<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(50): here
instantiation of "void aggregateGeneric<T,OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16, OpClass=aggregateOps::SkipGram<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(88): here
/home/agibsonccc/code/libnd4j/include/ops/aggregate_ops.h(312): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void aggregateOps::NegativeSampling<T>::executeAggregateCuda(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16]"
(660): here
instantiation of "void aggregateOps::SkipGram<T>::executeAggregateCuda(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(30): here
instantiation of "void functions::aggregate::AggregatedFunction<T>::execCuda<OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16, OpClass=aggregateOps::SkipGram<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(50): here
instantiation of "void aggregateGeneric<T,OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16, OpClass=aggregateOps::SkipGram<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(88): here
/home/agibsonccc/code/libnd4j/include/ops/aggregate_ops.h(313): warning: __shared__ memory variable with non-empty constructor or destructor (potential race between threads)
detected during:
instantiation of "void aggregateOps::NegativeSampling<T>::executeAggregateCuda(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16]"
(660): here
instantiation of "void aggregateOps::SkipGram<T>::executeAggregateCuda(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(30): here
instantiation of "void functions::aggregate::AggregatedFunction<T>::execCuda<OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16, OpClass=aggregateOps::SkipGram<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(50): here
instantiation of "void aggregateGeneric<T,OpClass>(T **, int, int **, int, int *, int, int **, int, T *, int) [with T=float16, OpClass=aggregateOps::SkipGram<float16>]"
/home/agibsonccc/code/libnd4j/include/loops/aggregates.h(88): here
/home/agibsonccc/code/libnd4j/include/loops/reduce.h(416): warning: missing return statement at end of non-void function "functions::reduce::ReduceFunction<T>::execScalar(int, T *, int *, T *) [with T=float]"
detected during:
instantiation of "T functions::reduce::ReduceFunction<T>::execScalar(int, T *, int *, T *) [with T=float]"
/home/agibsonccc/code/libnd4j/blas/NativeOpExcutioner.h(282): here
instantiation of "T NativeOpExcutioner<T>::execReduceScalar(int, T *, int *, T *) [with T=float]"
/home/agibsonccc/code/libnd4j/blas/cuda/../cpu/NDArray.cpp(441): here
instantiation of "T nd4j::NDArray<T>::meanNumber() const [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(649): here
instantiation of "void nd4j::ops::DeclarableOp<T>::storeResult(nd4j::graph::Block<T> &, int, nd4j::NDArray<T> &) [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/third_party.h(68): here
instantiation of "Nd4jStatus nd4j::ops::firas_sparse<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/third_party.h(30): here
instantiation of "nd4j::ops::firas_sparse<T>::firas_sparse() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::firas_sparse<float>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/third_party.h(30): here
/home/agibsonccc/code/libnd4j/include/loops/reduce.h(416): warning: missing return statement at end of non-void function "functions::reduce::ReduceFunction<T>::execScalar(int, T *, int *, T *) [with T=float16]"
detected during:
instantiation of "T functions::reduce::ReduceFunction<T>::execScalar(int, T *, int *, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/blas/NativeOpExcutioner.h(282): here
instantiation of "T NativeOpExcutioner<T>::execReduceScalar(int, T *, int *, T *) [with T=float16]"
/home/agibsonccc/code/libnd4j/blas/cuda/../cpu/NDArray.cpp(441): here
instantiation of "T nd4j::NDArray<T>::meanNumber() const [with T=float16]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(649): here
instantiation of "void nd4j::ops::DeclarableOp<T>::storeResult(nd4j::graph::Block<T> &, int, nd4j::NDArray<T> &) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/third_party.h(68): here
instantiation of "Nd4jStatus nd4j::ops::firas_sparse<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/third_party.h(30): here
instantiation of "nd4j::ops::firas_sparse<T>::firas_sparse() [with T=float16]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(485): here
instantiation of "nd4j::ops::__registratorHalf<OpName>::__registratorHalf() [with OpName=nd4j::ops::firas_sparse<float16>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/third_party.h(30): here
/home/agibsonccc/code/libnd4j/include/loops/reduce.h(416): warning: missing return statement at end of non-void function "functions::reduce::ReduceFunction<T>::execScalar(int, T *, int *, T *) [with T=double]"
detected during:
instantiation of "T functions::reduce::ReduceFunction<T>::execScalar(int, T *, int *, T *) [with T=double]"
/home/agibsonccc/code/libnd4j/blas/NativeOpExcutioner.h(282): here
instantiation of "T NativeOpExcutioner<T>::execReduceScalar(int, T *, int *, T *) [with T=double]"
/home/agibsonccc/code/libnd4j/blas/cuda/../cpu/NDArray.cpp(441): here
instantiation of "T nd4j::NDArray<T>::meanNumber() const [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(649): here
instantiation of "void nd4j::ops::DeclarableOp<T>::storeResult(nd4j::graph::Block<T> &, int, nd4j::NDArray<T> &) [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/third_party.h(68): here
instantiation of "Nd4jStatus nd4j::ops::firas_sparse<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/third_party.h(30): here
instantiation of "nd4j::ops::firas_sparse<T>::firas_sparse() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::firas_sparse<double>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/third_party.h(30): here
/home/agibsonccc/code/libnd4j/include/loops/transform.h(322): warning: dynamic initialization in unreachable code
detected during:
instantiation of "void functions::transform::Transform<T>::exec<OpType>(T *, int *, T *, int *, T *, int *, Nd4jIndex *) [with T=float, OpType=simdOps::Im2col<float>]"
/home/agibsonccc/code/libnd4j/blas/cuda/../cpu/NDArray.cpp(515): here
instantiation of "void nd4j::NDArray<T>::applyTransform<OpName>(nd4j::NDArray<T> *, T *) [with T=float, OpName=simdOps::Im2col<float>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(68): here
instantiation of "Nd4jStatus nd4j::ops::conv2d<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(19): here
instantiation of "nd4j::ops::conv2d<T>::conv2d() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::conv2d<float>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(19): here
/home/agibsonccc/code/libnd4j/include/loops/transform.h(322): warning: dynamic initialization in unreachable code
detected during:
instantiation of "void functions::transform::Transform<T>::exec<OpType>(T *, int *, T *, int *, T *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::Im2col<float16>]"
/home/agibsonccc/code/libnd4j/blas/cuda/../cpu/NDArray.cpp(515): here
instantiation of "void nd4j::NDArray<T>::applyTransform<OpName>(nd4j::NDArray<T> *, T *) [with T=float16, OpName=simdOps::Im2col<float16>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(68): here
instantiation of "Nd4jStatus nd4j::ops::conv2d<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(19): here
instantiation of "nd4j::ops::conv2d<T>::conv2d() [with T=float16]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(485): here
instantiation of "nd4j::ops::__registratorHalf<OpName>::__registratorHalf() [with OpName=nd4j::ops::conv2d<float16>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(19): here
/home/agibsonccc/code/libnd4j/include/loops/transform.h(322): warning: dynamic initialization in unreachable code
detected during:
instantiation of "void functions::transform::Transform<T>::exec<OpType>(T *, int *, T *, int *, T *, int *, Nd4jIndex *) [with T=double, OpType=simdOps::Im2col<double>]"
/home/agibsonccc/code/libnd4j/blas/cuda/../cpu/NDArray.cpp(515): here
instantiation of "void nd4j::NDArray<T>::applyTransform<OpName>(nd4j::NDArray<T> *, T *) [with T=double, OpName=simdOps::Im2col<double>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(68): here
instantiation of "Nd4jStatus nd4j::ops::conv2d<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(19): here
instantiation of "nd4j::ops::conv2d<T>::conv2d() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::conv2d<double>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(19): here
/home/agibsonccc/code/libnd4j/include/loops/transform.h(322): warning: dynamic initialization in unreachable code
detected during:
instantiation of "void functions::transform::Transform<T>::exec<OpType>(T *, int *, T *, int *, T *, int *, Nd4jIndex *) [with T=float, OpType=simdOps::Pooling2D<float>]"
/home/agibsonccc/code/libnd4j/blas/cuda/../cpu/NDArray.cpp(515): here
instantiation of "void nd4j::NDArray<T>::applyTransform<OpName>(nd4j::NDArray<T> *, T *) [with T=float, OpName=simdOps::Pooling2D<float>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(503): here
instantiation of "Nd4jStatus nd4j::ops::maxpool2d<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(476): here
instantiation of "nd4j::ops::maxpool2d<T>::maxpool2d() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d<float>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(476): here
/home/agibsonccc/code/libnd4j/include/loops/transform.h(322): warning: dynamic initialization in unreachable code
detected during:
instantiation of "void functions::transform::Transform<T>::exec<OpType>(T *, int *, T *, int *, T *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::Pooling2D<float16>]"
/home/agibsonccc/code/libnd4j/blas/cuda/../cpu/NDArray.cpp(515): here
instantiation of "void nd4j::NDArray<T>::applyTransform<OpName>(nd4j::NDArray<T> *, T *) [with T=float16, OpName=simdOps::Pooling2D<float16>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(503): here
instantiation of "Nd4jStatus nd4j::ops::maxpool2d<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(476): here
instantiation of "nd4j::ops::maxpool2d<T>::maxpool2d() [with T=float16]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(485): here
instantiation of "nd4j::ops::__registratorHalf<OpName>::__registratorHalf() [with OpName=nd4j::ops::maxpool2d<float16>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(476): here
/home/agibsonccc/code/libnd4j/include/loops/transform.h(322): warning: dynamic initialization in unreachable code
detected during:
instantiation of "void functions::transform::Transform<T>::exec<OpType>(T *, int *, T *, int *, T *, int *, Nd4jIndex *) [with T=double, OpType=simdOps::Pooling2D<double>]"
/home/agibsonccc/code/libnd4j/blas/cuda/../cpu/NDArray.cpp(515): here
instantiation of "void nd4j::NDArray<T>::applyTransform<OpName>(nd4j::NDArray<T> *, T *) [with T=double, OpName=simdOps::Pooling2D<double>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(503): here
instantiation of "Nd4jStatus nd4j::ops::maxpool2d<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(476): here
instantiation of "nd4j::ops::maxpool2d<T>::maxpool2d() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d<double>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(476): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1323): warning: variable "nInputPlane" was declared but never referenced
detected during:
instantiation of "nd4j::ops::fullconv3d<T>::fullconv3d() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::fullconv3d<float>]"
(1196): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1621): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1621): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1621): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1621): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1621): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1621): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1621): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1621): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1631): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1631): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1631): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1631): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1631): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1631): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1631): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1631): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/special_ops.h(931): warning: variable "imgH" was declared but never referenced
detected during:
instantiation of "void functions::transform::Transform<T>::exec<OpType>(T *, int *, T *, int *, T *, int *, Nd4jIndex *) [with T=float, OpType=simdOps::Col2Im<float>]"
/home/agibsonccc/code/libnd4j/blas/cuda/../cpu/NDArray.cpp(515): here
instantiation of "void nd4j::NDArray<T>::applyTransform<OpName>(nd4j::NDArray<T> *, T *) [with T=float, OpName=simdOps::Col2Im<float>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1632): here
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1556): here
/home/agibsonccc/code/libnd4j/include/ops/special_ops.h(932): warning: variable "imgW" was declared but never referenced
detected during:
instantiation of "void functions::transform::Transform<T>::exec<OpType>(T *, int *, T *, int *, T *, int *, Nd4jIndex *) [with T=float, OpType=simdOps::Col2Im<float>]"
/home/agibsonccc/code/libnd4j/blas/cuda/../cpu/NDArray.cpp(515): here
instantiation of "void nd4j::NDArray<T>::applyTransform<OpName>(nd4j::NDArray<T> *, T *) [with T=float, OpName=simdOps::Col2Im<float>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1632): here
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1556): here
/home/agibsonccc/code/libnd4j/include/loops/transform.h(322): warning: dynamic initialization in unreachable code
detected during:
instantiation of "void functions::transform::Transform<T>::exec<OpType>(T *, int *, T *, int *, T *, int *, Nd4jIndex *) [with T=float, OpType=simdOps::Col2Im<float>]"
/home/agibsonccc/code/libnd4j/blas/cuda/../cpu/NDArray.cpp(515): here
instantiation of "void nd4j::NDArray<T>::applyTransform<OpName>(nd4j::NDArray<T> *, T *) [with T=float, OpName=simdOps::Col2Im<float>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1632): here
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::maxpool2d_bp<float>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1556): here
/home/agibsonccc/code/libnd4j/include/loops/transform.h(322): warning: dynamic initialization in unreachable code
detected during:
instantiation of "void functions::transform::Transform<T>::exec<OpType>(T *, int *, T *, int *, T *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::Col2Im<float16>]"
/home/agibsonccc/code/libnd4j/blas/cuda/../cpu/NDArray.cpp(515): here
instantiation of "void nd4j::NDArray<T>::applyTransform<OpName>(nd4j::NDArray<T> *, T *) [with T=float16, OpName=simdOps::Col2Im<float16>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1632): here
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=float16]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(485): here
instantiation of "nd4j::ops::__registratorHalf<OpName>::__registratorHalf() [with OpName=nd4j::ops::maxpool2d_bp<float16>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1621): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d_bp<double>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1621): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d_bp<double>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1621): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d_bp<double>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1621): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d_bp<double>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1621): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d_bp<double>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1621): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d_bp<double>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1621): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d_bp<double>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1621): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d_bp<double>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1631): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d_bp<double>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1631): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d_bp<double>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1631): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d_bp<double>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1631): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d_bp<double>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1631): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d_bp<double>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1631): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d_bp<double>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1631): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d_bp<double>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1631): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d_bp<double>]"
(1556): here
/home/agibsonccc/code/libnd4j/include/loops/transform.h(322): warning: dynamic initialization in unreachable code
detected during:
instantiation of "void functions::transform::Transform<T>::exec<OpType>(T *, int *, T *, int *, T *, int *, Nd4jIndex *) [with T=double, OpType=simdOps::Col2Im<double>]"
/home/agibsonccc/code/libnd4j/blas/cuda/../cpu/NDArray.cpp(515): here
instantiation of "void nd4j::NDArray<T>::applyTransform<OpName>(nd4j::NDArray<T> *, T *) [with T=double, OpName=simdOps::Col2Im<double>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1632): here
instantiation of "Nd4jStatus nd4j::ops::maxpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1556): here
instantiation of "nd4j::ops::maxpool2d_bp<T>::maxpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::maxpool2d_bp<double>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(1556): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2136): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::avgpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2069): here
instantiation of "nd4j::ops::avgpool2d_bp<T>::avgpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::avgpool2d_bp<float>]"
(2069): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2136): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::avgpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2069): here
instantiation of "nd4j::ops::avgpool2d_bp<T>::avgpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::avgpool2d_bp<float>]"
(2069): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2136): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::avgpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2069): here
instantiation of "nd4j::ops::avgpool2d_bp<T>::avgpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::avgpool2d_bp<float>]"
(2069): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2136): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::avgpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2069): here
instantiation of "nd4j::ops::avgpool2d_bp<T>::avgpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::avgpool2d_bp<float>]"
(2069): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2136): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::avgpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2069): here
instantiation of "nd4j::ops::avgpool2d_bp<T>::avgpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::avgpool2d_bp<float>]"
(2069): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2136): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::avgpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2069): here
instantiation of "nd4j::ops::avgpool2d_bp<T>::avgpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::avgpool2d_bp<float>]"
(2069): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2136): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::avgpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2069): here
instantiation of "nd4j::ops::avgpool2d_bp<T>::avgpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::avgpool2d_bp<float>]"
(2069): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2136): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::avgpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2069): here
instantiation of "nd4j::ops::avgpool2d_bp<T>::avgpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::avgpool2d_bp<float>]"
(2069): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2136): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::avgpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2069): here
instantiation of "nd4j::ops::avgpool2d_bp<T>::avgpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::avgpool2d_bp<double>]"
(2069): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2136): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::avgpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2069): here
instantiation of "nd4j::ops::avgpool2d_bp<T>::avgpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::avgpool2d_bp<double>]"
(2069): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2136): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::avgpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2069): here
instantiation of "nd4j::ops::avgpool2d_bp<T>::avgpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::avgpool2d_bp<double>]"
(2069): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2136): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::avgpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2069): here
instantiation of "nd4j::ops::avgpool2d_bp<T>::avgpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::avgpool2d_bp<double>]"
(2069): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2136): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::avgpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2069): here
instantiation of "nd4j::ops::avgpool2d_bp<T>::avgpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::avgpool2d_bp<double>]"
(2069): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2136): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::avgpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2069): here
instantiation of "nd4j::ops::avgpool2d_bp<T>::avgpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::avgpool2d_bp<double>]"
(2069): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2136): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::avgpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2069): here
instantiation of "nd4j::ops::avgpool2d_bp<T>::avgpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::avgpool2d_bp<double>]"
(2069): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2136): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::avgpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2069): here
instantiation of "nd4j::ops::avgpool2d_bp<T>::avgpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::avgpool2d_bp<double>]"
(2069): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2241): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2241): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2241): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2241): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2241): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2241): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2241): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2241): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2257): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2263): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2272): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2272): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2272): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2272): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2272): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2272): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2272): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2272): warning: invalid narrowing conversion from "int" to "float"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::pnormpool2d_bp<float>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2241): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2241): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2241): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2241): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2241): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2241): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2241): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2241): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2257): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2263): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2272): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2272): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2272): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2272): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2272): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2272): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2272): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/convo/convo_ops.h(2272): warning: invalid narrowing conversion from "int" to "double"
detected during:
instantiation of "Nd4jStatus nd4j::ops::pnormpool2d_bp<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
(2175): here
instantiation of "nd4j::ops::pnormpool2d_bp<T>::pnormpool2d_bp() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::pnormpool2d_bp<double>]"
(2175): here
/home/agibsonccc/code/libnd4j/include/loops/transform.h(322): warning: dynamic initialization in unreachable code
detected during:
instantiation of "void functions::transform::Transform<T>::exec<OpType>(T *, int *, T *, int *, T *, int *, Nd4jIndex *) [with T=float, OpType=simdOps::SoftMax<float>]"
/home/agibsonccc/code/libnd4j/blas/cuda/../cpu/NDArray.cpp(515): here
instantiation of "void nd4j::NDArray<T>::applyTransform<OpName>(nd4j::NDArray<T> *, T *) [with T=float, OpName=simdOps::SoftMax<float>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/parity_ops.h(667): here
instantiation of "Nd4jStatus nd4j::ops::softmax<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/parity_ops.h(662): here
instantiation of "nd4j::ops::softmax<T>::softmax() [with T=float]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(477): here
instantiation of "nd4j::ops::__registratorFloat<OpName>::__registratorFloat() [with OpName=nd4j::ops::softmax<float>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/parity_ops.h(662): here
/home/agibsonccc/code/libnd4j/include/loops/transform.h(322): warning: dynamic initialization in unreachable code
detected during:
instantiation of "void functions::transform::Transform<T>::exec<OpType>(T *, int *, T *, int *, T *, int *, Nd4jIndex *) [with T=float16, OpType=simdOps::SoftMax<float16>]"
/home/agibsonccc/code/libnd4j/blas/cuda/../cpu/NDArray.cpp(515): here
instantiation of "void nd4j::NDArray<T>::applyTransform<OpName>(nd4j::NDArray<T> *, T *) [with T=float16, OpName=simdOps::SoftMax<float16>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/parity_ops.h(667): here
instantiation of "Nd4jStatus nd4j::ops::softmax<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=float16]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/parity_ops.h(662): here
instantiation of "nd4j::ops::softmax<T>::softmax() [with T=float16]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(485): here
instantiation of "nd4j::ops::__registratorHalf<OpName>::__registratorHalf() [with OpName=nd4j::ops::softmax<float16>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/parity_ops.h(662): here
/home/agibsonccc/code/libnd4j/include/loops/transform.h(322): warning: dynamic initialization in unreachable code
detected during:
instantiation of "void functions::transform::Transform<T>::exec<OpType>(T *, int *, T *, int *, T *, int *, Nd4jIndex *) [with T=double, OpType=simdOps::SoftMax<double>]"
/home/agibsonccc/code/libnd4j/blas/cuda/../cpu/NDArray.cpp(515): here
instantiation of "void nd4j::NDArray<T>::applyTransform<OpName>(nd4j::NDArray<T> *, T *) [with T=double, OpName=simdOps::SoftMax<double>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/parity_ops.h(667): here
instantiation of "Nd4jStatus nd4j::ops::softmax<T>::validateAndExecute(nd4j::graph::Block<T> &) [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/parity_ops.h(662): here
instantiation of "nd4j::ops::softmax<T>::softmax() [with T=double]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/declarable_ops.h(493): here
instantiation of "nd4j::ops::__registratorDouble<OpName>::__registratorDouble() [with OpName=nd4j::ops::softmax<double>]"
/home/agibsonccc/code/libnd4j/include/ops/declarable/generic/parity_ops.h(662): here
/home/agibsonccc/code/libnd4j/include/ops/specials.h(394): warning: variable "_threads" was declared but never referenced
/home/agibsonccc/code/libnd4j/include/ops/specials.h(421): warning: variable "_threads" was declared but never referenced
/home/agibsonccc/code/libnd4j/include/b40c/util/device_intrinsics.cuh(179): warning: function "__any"
/usr/local/cuda/include/device_atomic_functions.h(180): here was declared deprecated ("__any() is deprecated in favor of __any_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
detected during:
instantiation of "void b40c::radix_sort::downsweep::DownsweepPass<KernelPolicy, EARLY_EXIT>::Invoke(int *&, KernelPolicy::SizeT *&, KernelPolicy::KeyType *&, KernelPolicy::KeyType *&, KernelPolicy::ValueType *&, KernelPolicy::ValueType *&, b40c::util::CtaWorkDistribution<KernelPolicy::SizeT> &, KernelPolicy::SmemStorage &) [with KernelPolicy=b40c::radix_sort::downsweep::KernelPolicy<b40c::radix_sort::downsweep::TuningPolicy<b40c::radix_sort::ProblemType<float, b40c::util::NullType, int>, 200, true, 4, 10, 8, 6, 2, 1, 1, 6, b40c::util::io::ld::NONE, b40c::util::io::st::NONE, b40c::partition::downsweep::SCATTER_TWO_PHASE, true>, b40c::radix_sort::PassPolicy<0, 0, b40c::radix_sort::KeyTraits<float>, b40c::radix_sort::NopKeyConversion>>, EARLY_EXIT=true]"
/home/agibsonccc/code/libnd4j/include/b40c/radix_sort/autotuned_policy.cuh(594): here
instantiation of "void b40c::radix_sort::TunedDownsweepKernel<ProblemType,PROB_SIZE_GENRE,PassPolicy>(int *, ProblemType::SizeT *, ProblemType::KeyType *, ProblemType::KeyType *, ProblemType::ValueType *, ProblemType::ValueType *, b40c::util::CtaWorkDistribution<ProblemType::SizeT>) [with ProblemType=b40c::radix_sort::ProblemType<float, b40c::util::NullType, int>, PROB_SIZE_GENRE=1, PassPolicy=b40c::radix_sort::PassPolicy<0, 0, b40c::radix_sort::KeyTraits<float>, b40c::radix_sort::NopKeyConversion>]"
/home/agibsonccc/code/libnd4j/include/b40c/radix_sort/autotuned_policy.cuh(651): here
instantiation of "b40c::radix_sort::AutotunedPolicy<ProblemType, CUDA_ARCH, PROB_SIZE_GENRE>::DownsweepKernelPtr b40c::radix_sort::AutotunedPolicy<ProblemType, CUDA_ARCH, PROB_SIZE_GENRE>::DownsweepKernel<PassPolicy>() [with ProblemType=b40c::radix_sort::ProblemType<float, b40c::util::NullType, int>, CUDA_ARCH=610, PROB_SIZE_GENRE=b40c::radix_sort::LARGE_SIZE, PassPolicy=b40c::radix_sort::PassPolicy<0, 0, b40c::radix_sort::KeyTraits<float>, b40c::radix_sort::NopKeyConversion>]"
/home/agibsonccc/code/libnd4j/include/b40c/radix_sort/enactor.cuh(544): here
instantiation of "cudaError_t b40c::radix_sort::Enactor::EnactPass<Policy,PassPolicy,Detail>(Detail &) [with Policy=b40c::radix_sort::AutotunedPolicy<b40c::radix_sort::ProblemType<float, b40c::util::NullType, int>, 610, b40c::radix_sort::LARGE_SIZE>, PassPolicy=b40c::radix_sort::PassPolicy<0, 0, b40c::radix_sort::KeyTraits<float>, b40c::radix_sort::NopKeyConversion>, Detail=b40c::radix_sort::Detail<0, 32, b40c::radix_sort::ProblemType<float, b40c::util::NullType, int>>]"
/home/agibsonccc/code/libnd4j/include/b40c/radix_sort/enactor.cuh(323): here
instantiation of "cudaError_t b40c::radix_sort::Detail<_START_BIT, _NUM_BITS, _ProblemType>::EnactPass<Policy,PassPolicy>() [with _START_BIT=0, _NUM_BITS=32, _ProblemType=b40c::radix_sort::ProblemType<float, b40c::util::NullType, int>, Policy=b40c::radix_sort::AutotunedPolicy<b40c::radix_sort::ProblemType<float, b40c::util::NullType, int>, 610, b40c::radix_sort::LARGE_SIZE>, PassPolicy=b40c::radix_sort::PassPolicy<0, 0, b40c::radix_sort::KeyTraits<float>, b40c::radix_sort::NopKeyConversion>]"
/home/agibsonccc/code/libnd4j/include/b40c/radix_sort/enactor.cuh(453): here
[ 3 instantiation contexts not shown ]
instantiation of "cudaError_t b40c::radix_sort::PolicyResolver<b40c::radix_sort::UNKNOWN_SIZE>::Enact<CUDA_ARCH,Detail>(Detail &) [with CUDA_ARCH=610, Detail=b40c::radix_sort::Detail<0, 32, b40c::radix_sort::ProblemType<float, b40c::util::NullType, int>>]"
/home/agibsonccc/code/libnd4j/include/b40c/util/arch_dispatch.cuh(54): here
instantiation of "cudaError_t b40c::util::ArchDispatch<CUDA_ARCH, Dispatch>::Enact(Detail &, int) [with CUDA_ARCH=610, Dispatch=b40c::radix_sort::PolicyResolver<b40c::radix_sort::UNKNOWN_SIZE>, Detail=b40c::radix_sort::Detail<0, 32, b40c::radix_sort::ProblemType<float, b40c::util::NullType, int>>]"
/home/agibsonccc/code/libnd4j/include/b40c/radix_sort/enactor.cuh(800): here
instantiation of "cudaError_t b40c::radix_sort::Enactor::Sort<START_BIT,NUM_BITS,PROB_SIZE_GENRE,DoubleBuffer,SizeT>(DoubleBuffer &, SizeT, int) [with START_BIT=0, NUM_BITS=32, PROB_SIZE_GENRE=b40c::radix_sort::UNKNOWN_SIZE, DoubleBuffer=b40c::util::DoubleBuffer<float, b40c::util::NullType>, SizeT=int]"
/home/agibsonccc/code/libnd4j/include/b40c/radix_sort/enactor.cuh(817): here
instantiation of "cudaError_t b40c::radix_sort::Enactor::Sort<PROB_SIZE_GENRE,DoubleBuffer,SizeT>(DoubleBuffer &, SizeT, int) [with PROB_SIZE_GENRE=b40c::radix_sort::UNKNOWN_SIZE, DoubleBuffer=b40c::util::DoubleBuffer<float, b40c::util::NullType>, SizeT=int]"
/home/agibsonccc/code/libnd4j/include/b40c/radix_sort/enactor.cuh(833): here
instantiation of "cudaError_t b40c::radix_sort::Enactor::Sort(DoubleBuffer &, SizeT, int) [with DoubleBuffer=b40c::util::DoubleBuffer<float, b40c::util::NullType>, SizeT=int]"
/home/agibsonccc/code/libnd4j/blas/cuda/NativeOps.cu(6595): here
/home/agibsonccc/code/libnd4j/include/helpers/shape.h(4928): warning: calling a __host__ function("fflush") from a __host__ __device__ function("shape::printShapeInfoLinear") is not allowed
/home/agibsonccc/code/libnd4j/include/helpers/shape.h(4928): error: identifier "stdout" is undefined in device code
1 error detected in the compilation of "/tmp/tmpxft_000077b1_00000000-6_NativeOps.cpp1.ii".
-- Removing /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/./nd4jcuda_generated_NativeOps.cu.o
/usr/bin/cmake -E remove /home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/./nd4jcuda_generated_NativeOps.cu.o
CMake Error at nd4jcuda_generated_NativeOps.cu.o.cmake:257 (message):
Error generating file
/home/agibsonccc/code/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4jcuda.dir/cuda/./nd4jcuda_generated_NativeOps.cu.o
make[2]: *** [blas/CMakeFiles/nd4jcuda.dir/build.make:68: blas/CMakeFiles/nd4jcuda.dir/cuda/nd4jcuda_generated_NativeOps.cu.o] Error 1
make[2]: Leaving directory '/home/agibsonccc/code/libnd4j/blasbuild/cuda'
make[1]: *** [CMakeFiles/Makefile2:88: blas/CMakeFiles/nd4jcuda.dir/all] Error 2
make[1]: Leaving directory '/home/agibsonccc/code/libnd4j/blasbuild/cuda'
make: *** [Makefile:155: all] Error 2
[agibsonccc@skymind-dev libnd4j]$ git commit -m 'all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment