Created
June 17, 2016 08:54
-
-
Save andypetrella/373b89e6caed7246985dc7e66a3d7a23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@ip-172-31-15-75:/mnt/nd4j# cd ../libnd4j/ | |
root@ip-172-31-15-75:/mnt/libnd4j# ./buildnativeoperations.sh | |
eval cmake | |
PACKAGING = none | |
BUILD = release | |
CHIP = cpu | |
LIBRARY TYPE = dynamic | |
/mnt/libnd4j/blasbuild/cpu | |
-- The C compiler identification is GNU 4.8.4 | |
-- The CXX compiler identification is GNU 4.8.4 | |
-- 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 | |
-- Looking for include file pthread.h | |
-- Looking for include file 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 "7.5") | |
ADDING BLAS | |
CPU BLAS | |
CMake Error at blas/CMakeLists.txt:89 (message): | |
You need at least GCC 4.9 | |
-- Configuring incomplete, errors occurred! | |
See also "/mnt/libnd4j/blasbuild/cpu/CMakeFiles/CMakeOutput.log". | |
See also "/mnt/libnd4j/blasbuild/cpu/CMakeFiles/CMakeError.log". | |
make: *** No targets specified and no makefile found. Stop. | |
root@ip-172-31-15-75:/mnt/libnd4j# ./buildnativeoperations.sh -c cuda -b release | |
eval cmake | |
PACKAGING = none | |
BUILD = release | |
CHIP = cuda | |
LIBRARY TYPE = dynamic | |
/mnt/libnd4j/blasbuild/cuda | |
-- The C compiler identification is GNU 4.8.4 | |
-- The CXX compiler identification is GNU 4.8.4 | |
-- 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 | |
-- Looking for include file pthread.h | |
-- Looking for include file 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 "7.5") | |
ADDING BLAS | |
Build cublas | |
CUDA found! | |
Compiling to external module | |
Compiling to external module | |
-- Configuring done | |
-- Generating done | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
MKL_MULTI_THREADED | |
-- Build files have been written to: /mnt/libnd4j/blasbuild/cuda | |
/usr/bin/cmake -H/mnt/libnd4j -B/mnt/libnd4j/blasbuild/cuda --check-build-system CMakeFiles/Makefile.cmake 0 | |
/usr/bin/cmake -E cmake_progress_start /mnt/libnd4j/blasbuild/cuda/CMakeFiles /mnt/libnd4j/blasbuild/cuda/CMakeFiles/progress.marks | |
make -f CMakeFiles/Makefile2 all | |
make[1]: Entering directory `/mnt/libnd4j/blasbuild/cuda' | |
make -f blas/CMakeFiles/nd4j.dir/build.make blas/CMakeFiles/nd4j.dir/depend | |
make[2]: Entering directory `/mnt/libnd4j/blasbuild/cuda' | |
/usr/bin/cmake -E cmake_progress_report /mnt/libnd4j/blasbuild/cuda/CMakeFiles 2 | |
[ 50%] Building NVCC (Device) object blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeOps.cu.o | |
cd /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda && /usr/bin/cmake -E make_directory /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/. | |
cd /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda && /usr/bin/cmake -D verbose:BOOL=ON -D build_configuration:STRING=Release -D generated_file:STRING=/mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/./nd4j_generated_NativeOps.cu.o -D generated_cubin_file:STRING=/mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/./nd4j_generated_NativeOps.cu.o.cubin.txt -P /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeOps.cu.o.cmake | |
-- Removing /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/./nd4j_generated_NativeOps.cu.o | |
/usr/bin/cmake -E remove /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/./nd4j_generated_NativeOps.cu.o | |
-- Generating dependency file: /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeOps.cu.o.NVCC-depend | |
/usr/local/cuda/bin/nvcc -M -D__CUDACC__ /mnt/libnd4j/blas/cuda/NativeOps.cu -o /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeOps.cu.o.NVCC-depend -m64 --std c++11 -D__CUDABLAS__=true -Dnd4j_EXPORTS -Xcompiler ,\"-Wall\",\"-O3\",\"-Wl,-rpath,$ORIGIN/\",\"-fPIC\",\"-Wall\",\"-O3\",\"-fassociative-math\",\"-funsafe-math-optimizations\" --ptxas-options=-v -DVERBOSE -lcublas --cudart=static -O3 --maxrregcount 32 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_53,code=sm_53 -DNVCC -I/usr/local/cuda/include -I/mnt/libnd4j/include -I/usr/include -I/usr/local/include -I/usr/local/cuda/include | |
-- Generating temporary cmake readable file: /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeOps.cu.o.depend.tmp | |
/usr/bin/cmake -D input_file:FILEPATH=/mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeOps.cu.o.NVCC-depend -D output_file:FILEPATH=/mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeOps.cu.o.depend.tmp -P /mnt/libnd4j/cmake/FindCUDA/make2cmake.cmake | |
-- Copy if different /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeOps.cu.o.depend.tmp to /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeOps.cu.o.depend | |
/usr/bin/cmake -E copy_if_different /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeOps.cu.o.depend.tmp /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeOps.cu.o.depend | |
-- Removing /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeOps.cu.o.depend.tmp and /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeOps.cu.o.NVCC-depend | |
/usr/bin/cmake -E remove /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeOps.cu.o.depend.tmp /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeOps.cu.o.NVCC-depend | |
-- Generating /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/./nd4j_generated_NativeOps.cu.o | |
/usr/local/cuda/bin/nvcc /mnt/libnd4j/blas/cuda/NativeOps.cu -c -o /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/./nd4j_generated_NativeOps.cu.o -m64 --std c++11 -D__CUDABLAS__=true -Dnd4j_EXPORTS -Xcompiler ,\"-Wall\",\"-O3\",\"-Wl,-rpath,$ORIGIN/\",\"-fPIC\",\"-Wall\",\"-O3\",\"-fassociative-math\",\"-funsafe-math-optimizations\" --ptxas-options=-v -DVERBOSE -lcublas --cudart=static -O3 --maxrregcount 32 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_53,code=sm_53 -DNVCC -I/usr/local/cuda/include -I/mnt/libnd4j/include -I/usr/include -I/usr/local/include -I/usr/local/cuda/include | |
/mnt/libnd4j/include/helper_cuda.h(43): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(46): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(49): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(52): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(55): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(58): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(61): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(64): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(67): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(70): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(73): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(76): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(79): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(82): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(85): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(88): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(91): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(94): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(97): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(100): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(103): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(106): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(109): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(112): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(115): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(118): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(121): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(127): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(130): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(133): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(136): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(139): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(142): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(145): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(148): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(151): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(154): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(157): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(160): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(163): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(166): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(169): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(172): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(175): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(178): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(181): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(184): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(187): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(190): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(193): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(196): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(199): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(202): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(205): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(208): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(211): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(229): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(232): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(235): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(246): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(249): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(252): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(255): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(258): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(264): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(267): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(270): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(273): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(276): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(279): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(282): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(285): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(288): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(291): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(294): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(297): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(300): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(303): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(306): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(309): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(312): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(315): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(318): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(324): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(327): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(330): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(333): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(336): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(339): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(345): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(348): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(351): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(354): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(360): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(366): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(369): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(372): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(375): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(378): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(381): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(384): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(387): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(900): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(902): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(93): warning: variable "ccMinor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(154): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(240): warning: variable "zRank" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(245): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(260): warning: variable "memory_floor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(460): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(461): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(526): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(652): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(653): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(655): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(727): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(794): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(848): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(849): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(854): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(902): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(903): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(914): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(979): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(980): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(992): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1046): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1047): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1049): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1113): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1114): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1116): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1188): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1189): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1191): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1252): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1253): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1301): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1358): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1401): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1402): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1468): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1525): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1583): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1584): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1846): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1897): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1898): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1962): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2093): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2094): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2096): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2240): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2298): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2299): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2309): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2359): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2360): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2371): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2456): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2457): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2459): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2468): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2528): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2529): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2531): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2592): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2593): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2595): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2671): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2674): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2751): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2752): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2806): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2865): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2866): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2914): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2915): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2978): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3042): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3103): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3104): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3302): warning: variable "dimensionHostPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3396): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3397): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3580): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3582): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3627): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3629): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4060): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4061): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4152): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4153): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(263): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "nd4j::buffer::Buffer<T> *nd4j::buffer::createBuffer(T *, int, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(344): here | |
/mnt/libnd4j/include/buffer.h(263): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "nd4j::buffer::Buffer<T> *nd4j::buffer::createBuffer(T *, int, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(344): here | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(179): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "void nd4j::buffer::copyDataToGpu(nd4j::buffer::Buffer<T> **, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(345): here | |
/mnt/libnd4j/include/buffer.h(179): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "void nd4j::buffer::copyDataToGpu(nd4j::buffer::Buffer<T> **, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(345): here | |
/mnt/libnd4j/include/helper_cuda.h(43): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(46): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(49): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(52): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(55): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(58): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(61): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(64): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(67): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(70): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(73): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(76): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(79): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(82): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(85): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(88): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(91): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(94): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(97): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(100): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(103): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(106): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(109): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(112): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(115): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(118): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(121): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(127): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(130): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(133): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(136): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(139): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(142): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(145): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(148): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(151): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(154): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(157): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(160): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(163): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(166): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(169): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(172): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(175): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(178): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(181): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(184): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(187): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(190): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(193): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(196): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(199): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(202): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(205): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(208): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(211): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(229): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(232): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(235): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(246): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(249): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(252): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(255): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(258): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(264): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(267): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(270): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(273): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(276): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(279): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(282): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(285): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(288): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(291): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(294): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(297): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(300): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(303): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(306): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(309): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(312): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(315): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(318): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(324): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(327): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(330): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(333): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(336): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(339): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(345): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(348): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(351): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(354): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(360): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(366): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(369): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(372): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(375): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(378): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(381): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(384): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(387): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(900): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(902): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(93): warning: variable "ccMinor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(154): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(240): warning: variable "zRank" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(245): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(260): warning: variable "memory_floor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(460): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(461): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(526): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(652): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(653): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(655): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(727): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(794): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(848): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(849): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(854): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(902): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(903): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(914): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(979): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(980): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(992): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1046): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1047): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1049): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1113): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1114): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1116): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1188): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1189): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1191): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1252): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1253): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1301): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1358): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1401): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1402): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1468): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1525): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1583): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1584): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1846): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1897): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1898): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1962): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2093): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2094): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2096): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2240): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2298): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2299): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2309): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2359): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2360): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2371): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2456): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2457): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2459): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2468): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2528): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2529): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2531): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2592): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2593): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2595): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2671): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2674): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2751): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2752): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2806): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2865): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2866): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2914): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2915): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2978): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3042): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3103): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3104): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3302): warning: variable "dimensionHostPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3396): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3397): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3580): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3582): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3627): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3629): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4060): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4061): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4152): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4153): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(263): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "nd4j::buffer::Buffer<T> *nd4j::buffer::createBuffer(T *, int, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(344): here | |
/mnt/libnd4j/include/buffer.h(263): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "nd4j::buffer::Buffer<T> *nd4j::buffer::createBuffer(T *, int, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(344): here | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(179): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "void nd4j::buffer::copyDataToGpu(nd4j::buffer::Buffer<T> **, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(345): here | |
/mnt/libnd4j/include/buffer.h(179): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "void nd4j::buffer::copyDataToGpu(nd4j::buffer::Buffer<T> **, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(345): here | |
/mnt/libnd4j/include/helper_cuda.h(43): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(46): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(49): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(52): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(55): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(58): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(61): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(64): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(67): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(70): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(73): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(76): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(79): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(82): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(85): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(88): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(91): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(94): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(97): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(100): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(103): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(106): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(109): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(112): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(115): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(118): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(121): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(127): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(130): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(133): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(136): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(139): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(142): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(145): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(148): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(151): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(154): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(157): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(160): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(163): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(166): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(169): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(172): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(175): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(178): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(181): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(184): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(187): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(190): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(193): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(196): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(199): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(202): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(205): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(208): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(211): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(229): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(232): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(235): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(246): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(249): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(252): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(255): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(258): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(264): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(267): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(270): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(273): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(276): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(279): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(282): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(285): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(288): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(291): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(294): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(297): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(300): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(303): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(306): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(309): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(312): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(315): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(318): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(324): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(327): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(330): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(333): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(336): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(339): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(345): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(348): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(351): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(354): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(360): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(366): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(369): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(372): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(375): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(378): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(381): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(384): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(387): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(900): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(902): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(93): warning: variable "ccMinor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(154): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(240): warning: variable "zRank" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(245): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(260): warning: variable "memory_floor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(460): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(461): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(526): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(652): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(653): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(655): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(727): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(794): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(848): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(849): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(854): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(902): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(903): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(914): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(979): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(980): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(992): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1046): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1047): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1049): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1113): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1114): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1116): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1188): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1189): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1191): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1252): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1253): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1301): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1358): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1401): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1402): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1468): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1525): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1583): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1584): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1846): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1897): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1898): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1962): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2093): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2094): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2096): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2240): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2298): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2299): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2309): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2359): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2360): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2371): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2456): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2457): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2459): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2468): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2528): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2529): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2531): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2592): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2593): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2595): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2671): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2674): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2751): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2752): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2806): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2865): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2866): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2914): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2915): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2978): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3042): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3103): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3104): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3302): warning: variable "dimensionHostPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3396): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3397): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3580): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3582): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3627): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3629): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4060): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4061): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4152): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4153): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(263): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "nd4j::buffer::Buffer<T> *nd4j::buffer::createBuffer(T *, int, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(344): here | |
/mnt/libnd4j/include/buffer.h(263): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "nd4j::buffer::Buffer<T> *nd4j::buffer::createBuffer(T *, int, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(344): here | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(179): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "void nd4j::buffer::copyDataToGpu(nd4j::buffer::Buffer<T> **, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(345): here | |
/mnt/libnd4j/include/buffer.h(179): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "void nd4j::buffer::copyDataToGpu(nd4j::buffer::Buffer<T> **, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(345): here | |
/mnt/libnd4j/include/helper_cuda.h(43): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(46): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(49): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(52): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(55): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(58): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(61): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(64): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(67): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(70): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(73): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(76): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(79): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(82): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(85): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(88): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(91): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(94): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(97): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(100): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(103): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(106): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(109): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(112): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(115): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(118): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(121): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(127): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(130): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(133): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(136): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(139): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(142): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(145): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(148): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(151): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(154): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(157): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(160): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(163): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(166): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(169): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(172): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(175): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(178): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(181): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(184): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(187): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(190): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(193): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(196): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(199): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(202): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(205): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(208): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(211): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(229): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(232): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(235): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(246): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(249): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(252): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(255): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(258): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(264): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(267): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(270): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(273): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(276): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(279): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(282): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(285): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(288): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(291): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(294): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(297): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(300): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(303): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(306): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(309): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(312): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(315): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(318): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(324): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(327): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(330): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(333): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(336): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(339): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(345): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(348): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(351): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(354): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(360): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(366): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(369): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(372): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(375): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(378): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(381): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(384): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(387): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(900): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(902): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(93): warning: variable "ccMinor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(154): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(240): warning: variable "zRank" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(245): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(260): warning: variable "memory_floor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(460): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(461): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(526): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(652): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(653): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(655): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(727): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(794): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(848): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(849): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(854): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(902): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(903): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(914): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(979): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(980): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(992): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1046): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1047): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1049): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1113): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1114): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1116): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1188): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1189): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1191): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1252): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1253): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1301): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1358): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1401): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1402): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1468): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1525): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1583): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1584): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1846): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1897): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1898): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1962): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2093): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2094): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2096): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2240): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2298): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2299): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2309): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2359): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2360): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2371): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2456): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2457): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2459): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2468): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2528): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2529): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2531): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2592): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2593): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2595): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2671): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2674): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2751): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2752): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2806): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2865): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2866): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2914): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2915): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2978): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3042): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3103): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3104): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3302): warning: variable "dimensionHostPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3396): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3397): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3580): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3582): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3627): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3629): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4060): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4061): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4152): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4153): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(263): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "nd4j::buffer::Buffer<T> *nd4j::buffer::createBuffer(T *, int, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(344): here | |
/mnt/libnd4j/include/buffer.h(263): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "nd4j::buffer::Buffer<T> *nd4j::buffer::createBuffer(T *, int, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(344): here | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(179): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "void nd4j::buffer::copyDataToGpu(nd4j::buffer::Buffer<T> **, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(345): here | |
/mnt/libnd4j/include/buffer.h(179): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "void nd4j::buffer::copyDataToGpu(nd4j::buffer::Buffer<T> **, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(345): here | |
/mnt/libnd4j/include/helper_cuda.h(43): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(46): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(49): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(52): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(55): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(58): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(61): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(64): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(67): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(70): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(73): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(76): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(79): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(82): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(85): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(88): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(91): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(94): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(97): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(100): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(103): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(106): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(109): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(112): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(115): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(118): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(121): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(127): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(130): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(133): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(136): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(139): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(142): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(145): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(148): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(151): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(154): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(157): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(160): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(163): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(166): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(169): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(172): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(175): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(178): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(181): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(184): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(187): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(190): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(193): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(196): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(199): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(202): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(205): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(208): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(211): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(229): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(232): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(235): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(246): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(249): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(252): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(255): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(258): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(264): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(267): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(270): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(273): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(276): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(279): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(282): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(285): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(288): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(291): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(294): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(297): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(300): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(303): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(306): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(309): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(312): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(315): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(318): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(324): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(327): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(330): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(333): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(336): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(339): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(345): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(348): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(351): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(354): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(360): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(366): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(369): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(372): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(375): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(378): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(381): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(384): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(387): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(900): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(902): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(93): warning: variable "ccMinor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(154): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(240): warning: variable "zRank" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(245): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(260): warning: variable "memory_floor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(460): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(461): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(526): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(652): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(653): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(655): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(727): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(794): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(848): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(849): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(854): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(902): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(903): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(914): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(979): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(980): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(992): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1046): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1047): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1049): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1113): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1114): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1116): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1188): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1189): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1191): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1252): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1253): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1301): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1358): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1401): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1402): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1468): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1525): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1583): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1584): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1846): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1897): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1898): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1962): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2093): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2094): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2096): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2240): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2298): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2299): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2309): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2359): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2360): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2371): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2456): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2457): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2459): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2468): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2528): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2529): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2531): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2592): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2593): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2595): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2671): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2674): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2751): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2752): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2806): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2865): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2866): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2914): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2915): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2978): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3042): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3103): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3104): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3302): warning: variable "dimensionHostPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3396): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3397): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3580): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3582): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3627): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3629): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4060): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4061): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4152): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4153): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(263): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "nd4j::buffer::Buffer<T> *nd4j::buffer::createBuffer(T *, int, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(344): here | |
/mnt/libnd4j/include/buffer.h(263): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "nd4j::buffer::Buffer<T> *nd4j::buffer::createBuffer(T *, int, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(344): here | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(179): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "void nd4j::buffer::copyDataToGpu(nd4j::buffer::Buffer<T> **, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(345): here | |
/mnt/libnd4j/include/buffer.h(179): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "void nd4j::buffer::copyDataToGpu(nd4j::buffer::Buffer<T> **, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(345): here | |
/mnt/libnd4j/include/helper_cuda.h(43): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(46): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(49): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(52): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(55): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(58): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(61): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(64): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(67): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(70): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(73): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(76): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(79): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(82): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(85): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(88): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(91): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(94): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(97): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(100): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(103): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(106): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(109): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(112): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(115): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(118): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(121): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(127): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(130): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(133): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(136): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(139): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(142): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(145): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(148): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(151): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(154): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(157): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(160): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(163): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(166): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(169): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(172): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(175): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(178): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(181): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(184): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(187): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(190): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(193): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(196): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(199): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(202): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(205): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(208): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(211): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(229): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(232): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(235): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(246): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(249): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(252): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(255): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(258): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(264): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(267): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(270): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(273): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(276): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(279): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(282): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(285): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(288): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(291): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(294): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(297): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(300): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(303): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(306): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(309): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(312): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(315): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(318): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(324): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(327): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(330): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(333): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(336): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(339): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(345): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(348): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(351): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(354): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(360): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(366): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(369): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(372): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(375): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(378): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(381): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(384): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(387): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(900): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(902): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(93): warning: variable "ccMinor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(154): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(240): warning: variable "zRank" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(245): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(260): warning: variable "memory_floor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(460): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(461): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(526): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(652): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(653): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(655): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(727): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(794): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(848): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(849): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(854): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(902): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(903): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(914): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(979): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(980): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(992): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1046): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1047): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1049): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1113): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1114): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1116): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1188): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1189): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1191): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1252): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1253): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1301): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1358): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1401): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1402): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1468): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1525): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1583): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1584): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1846): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1897): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1898): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1962): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2093): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2094): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2096): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2240): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2298): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2299): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2309): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2359): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2360): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2371): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2456): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2457): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2459): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2468): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2528): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2529): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2531): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2592): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2593): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2595): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2671): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2674): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2751): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2752): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2806): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2865): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2866): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2914): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2915): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2978): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3042): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3103): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3104): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3302): warning: variable "dimensionHostPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3396): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3397): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3580): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3582): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3627): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3629): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4060): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4061): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4152): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4153): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(263): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "nd4j::buffer::Buffer<T> *nd4j::buffer::createBuffer(T *, int, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(344): here | |
/mnt/libnd4j/include/buffer.h(263): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "nd4j::buffer::Buffer<T> *nd4j::buffer::createBuffer(T *, int, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(344): here | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(179): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "void nd4j::buffer::copyDataToGpu(nd4j::buffer::Buffer<T> **, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(345): here | |
/mnt/libnd4j/include/buffer.h(179): warning: conversion from a string literal to "char *" is deprecated | |
detected during instantiation of "void nd4j::buffer::copyDataToGpu(nd4j::buffer::Buffer<T> **, cudaStream_t) [with T=int]" | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(345): here | |
/mnt/libnd4j/include/helper_cuda.h(43): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(46): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(49): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(52): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(55): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(58): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(61): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(64): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(67): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(70): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(73): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(76): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(79): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(82): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(85): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(88): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(91): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(94): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(97): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(100): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(103): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(106): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(109): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(112): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(115): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(118): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(121): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(127): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(130): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(133): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(136): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(139): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(142): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(145): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(148): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(151): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(154): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(157): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(160): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(163): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(166): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(169): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(172): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(175): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(178): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(181): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(184): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(187): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(190): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(193): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(196): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(199): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(202): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(205): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(208): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(211): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(229): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(232): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(235): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(246): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(249): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(252): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(255): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(258): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(264): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(267): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(270): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(273): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(276): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(279): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(282): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(285): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(288): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(291): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(294): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(297): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(300): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(303): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(306): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(309): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(312): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(315): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(318): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(324): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(327): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(330): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(333): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(336): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(339): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(345): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(348): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(351): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(354): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(360): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(366): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(369): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(372): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(375): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(378): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(381): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(384): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(387): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(900): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(902): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(359): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(359): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(192): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(192): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(93): warning: variable "ccMinor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(154): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(240): warning: variable "zRank" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(245): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(260): warning: variable "memory_floor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(460): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(461): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(526): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(652): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(653): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(655): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(727): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(794): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(848): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(849): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(854): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(902): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(903): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(914): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(979): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(980): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(992): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1046): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1047): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1049): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1113): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1114): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1116): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1188): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1189): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1191): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1252): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1253): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1301): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1358): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1401): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1402): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1468): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1525): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1583): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1584): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1846): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1897): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1898): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1962): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2093): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2094): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2096): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2240): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2298): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2299): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2309): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2359): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2360): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2371): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2456): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2457): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2459): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2468): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2528): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2529): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2531): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2592): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2593): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2595): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2671): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2674): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2751): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2752): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2806): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2865): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2866): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2914): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2915): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2978): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3042): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3103): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3104): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3302): warning: variable "dimensionHostPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3396): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3397): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3580): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3582): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3627): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3629): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4060): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4061): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4152): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4153): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
ptxas info : 559 bytes gmem, 49448 bytes cmem[3] | |
ptxas info : Compiling entry function '_Z11scalarFloatixfPfiS_S_iPi' for 'sm_30' | |
ptxas info : Function properties for _Z11scalarFloatixfPfiS_S_iPi | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 21 registers, 16 bytes smem, 392 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble1D' for 'sm_30' | |
ptxas info : Function properties for reduceDouble1D | |
40 bytes stack frame, 24 bytes spill stores, 24 bytes spill loads | |
ptxas info : Used 32 registers, 128 bytes smem, 408 bytes cmem[0], 244 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
24 bytes stack frame, 24 bytes spill stores, 24 bytes spill loads | |
ptxas info : Compiling entry function 'fillIsMaxDouble' for 'sm_30' | |
ptxas info : Function properties for fillIsMaxDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 9 registers, 344 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z14transformFloatixPfiS_S_iPiS_' for 'sm_30' | |
ptxas info : Function properties for _Z14transformFloatixPfiS_S_iPiS_ | |
56 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 28 registers, 16 bytes smem, 392 bytes cmem[0], 216 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z16indexReduceFloatiPfPiiS_S_S0_iS0_iiS0_S_S0_S0_' for 'sm_30' | |
ptxas info : Function properties for _Z16indexReduceFloatiPfPiiS_S_S0_iS0_iiS0_S_S0_S0_ | |
408 bytes stack frame, 236 bytes spill stores, 464 bytes spill loads | |
ptxas info : Used 28 registers, 112 bytes smem, 432 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelVStackDouble' for 'sm_30' | |
ptxas info : Function properties for concatKernelVStackDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 18 registers, 16 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function 'scalarFloat' for 'sm_30' | |
ptxas info : Function properties for scalarFloat | |
536 bytes stack frame, 1484 bytes spill stores, 1420 bytes spill loads | |
ptxas info : Used 22 registers, 80 bytes smem, 392 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat6D' for 'sm_30' | |
ptxas info : Function properties for reduceFloat6D | |
104 bytes stack frame, 568 bytes spill stores, 856 bytes spill loads | |
ptxas info : Used 25 registers, 336 bytes smem, 408 bytes cmem[0], 44 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelScalarDouble' for 'sm_30' | |
ptxas info : Function properties for concatKernelScalarDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 13 registers, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z27pairWiseTransformFloatIndexiPfS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_' for 'sm_30' | |
ptxas info : Function properties for _Z27pairWiseTransformFloatIndexiPfS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 21 registers, 16 bytes smem, 448 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z23summaryStatsReduceFloatiPfPiiS_S_S0_iS0_iibS0_S_S0_S0_' for 'sm_30' | |
ptxas info : Function properties for _Z23summaryStatsReduceFloatiPfPiiS_S_S0_iS0_iibS0_S_S0_S0_ | |
384 bytes stack frame, 328 bytes spill stores, 720 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 440 bytes cmem[0], 64 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduce3Float' for 'sm_30' | |
ptxas info : Function properties for reduce3Float | |
552 bytes stack frame, 24 bytes spill stores, 24 bytes spill loads | |
ptxas info : Used 32 registers, 144 bytes smem, 424 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformFloatIndexes' for 'sm_30' | |
ptxas info : Function properties for transformFloatIndexes | |
992 bytes stack frame, 4280 bytes spill stores, 5380 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 392 bytes cmem[0], 216 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z18scalarFloatIndexesixfPfS_S_PiS0_' for 'sm_30' | |
ptxas info : Function properties for _Z18scalarFloatIndexesixfPfS_S_PiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 17 registers, 16 bytes smem, 384 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat' for 'sm_30' | |
ptxas info : Function properties for reduceFloat | |
224 bytes stack frame, 568 bytes spill stores, 856 bytes spill loads | |
ptxas info : Used 26 registers, 336 bytes smem, 408 bytes cmem[0], 44 bytes cmem[2] | |
ptxas info : Compiling entry function 'fillDimensionalIsMaxDouble' for 'sm_30' | |
ptxas info : Function properties for fillDimensionalIsMaxDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 20 registers, 16 bytes smem, 384 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformFloat' for 'sm_30' | |
ptxas info : Function properties for transformFloat | |
992 bytes stack frame, 4280 bytes spill stores, 5380 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 400 bytes cmem[0], 216 bytes cmem[2] | |
ptxas info : Compiling entry function 'pairWiseTransformFloat' for 'sm_30' | |
ptxas info : Function properties for pairWiseTransformFloat | |
880 bytes stack frame, 1648 bytes spill stores, 3664 bytes spill loads | |
ptxas info : Used 27 registers, 16 bytes smem, 424 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelFloat' for 'sm_30' | |
ptxas info : Function properties for concatKernelFloat | |
800 bytes stack frame, 784 bytes spill stores, 1628 bytes spill loads | |
ptxas info : Used 27 registers, 48 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function 'broadcastFloat' for 'sm_30' | |
ptxas info : Function properties for broadcastFloat | |
200 bytes stack frame, 204 bytes spill stores, 224 bytes spill loads | |
ptxas info : Used 26 registers, 288 bytes smem, 432 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceScalarDouble' for 'sm_30' | |
ptxas info : Function properties for reduceScalarDouble | |
232 bytes stack frame, 568 bytes spill stores, 600 bytes spill loads | |
ptxas info : Used 29 registers, 32 bytes smem, 400 bytes cmem[0], 244 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'concatKernelHStackDouble' for 'sm_30' | |
ptxas info : Function properties for concatKernelHStackDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 18 registers, 16 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z29pairWiseTransformStridedFloatixPfS_iiS_S_iPiS0_' for 'sm_30' | |
ptxas info : Function properties for _Z29pairWiseTransformStridedFloatixPfS_iiS_S_iPiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 18 registers, 16 bytes smem, 400 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'flattenKernelFloat' for 'sm_30' | |
ptxas info : Function properties for flattenKernelFloat | |
320 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 368 bytes cmem[0] | |
ptxas info : Compiling entry function 'reduce3ScalarDouble' for 'sm_30' | |
ptxas info : Function properties for reduce3ScalarDouble | |
248 bytes stack frame, 348 bytes spill stores, 432 bytes spill loads | |
ptxas info : Used 30 registers, 80 bytes smem, 424 bytes cmem[0], 36 bytes cmem[2] | |
ptxas info : Compiling entry function 'prepareDimensionalShapeBuffer' for 'sm_30' | |
ptxas info : Function properties for prepareDimensionalShapeBuffer | |
8 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 18 registers, 344 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z12scalarDoubleixdPdiS_S_iPi' for 'sm_30' | |
ptxas info : Function properties for _Z12scalarDoubleixdPdiS_S_iPi | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 24 registers, 16 bytes smem, 392 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble' for 'sm_30' | |
ptxas info : Function properties for reduceDouble | |
224 bytes stack frame, 568 bytes spill stores, 860 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 244 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'fillIsMaxFloat' for 'sm_30' | |
ptxas info : Function properties for fillIsMaxFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 8 registers, 344 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z15transformDoubleixPdiS_S_iPiS_' for 'sm_30' | |
ptxas info : Function properties for _Z15transformDoubleixPdiS_S_iPiS_ | |
48 bytes stack frame, 32 bytes spill stores, 32 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 392 bytes cmem[0], 924 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
40 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function '_Z17indexReduceDoubleiPdPiiS_S_S0_iS0_iiS0_S_S0_S0_' for 'sm_30' | |
ptxas info : Function properties for _Z17indexReduceDoubleiPdPiiS_S_S0_iS0_iiS0_S_S0_S0_ | |
440 bytes stack frame, 308 bytes spill stores, 624 bytes spill loads | |
ptxas info : Used 32 registers, 112 bytes smem, 432 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelVStackFloat' for 'sm_30' | |
ptxas info : Function properties for concatKernelVStackFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 17 registers, 16 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function 'scalarDouble' for 'sm_30' | |
ptxas info : Function properties for scalarDouble | |
536 bytes stack frame, 1476 bytes spill stores, 1412 bytes spill loads | |
ptxas info : Used 28 registers, 80 bytes smem, 400 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat1D' for 'sm_30' | |
ptxas info : Function properties for reduceFloat1D | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 29 registers, 128 bytes smem, 408 bytes cmem[0], 44 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelScalarFloat' for 'sm_30' | |
ptxas info : Function properties for concatKernelScalarFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 13 registers, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z28pairWiseTransformDoubleIndexiPdS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_' for 'sm_30' | |
ptxas info : Function properties for _Z28pairWiseTransformDoubleIndexiPdS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 23 registers, 16 bytes smem, 448 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z24summaryStatsReduceDoubleiPdPiiS_S_S0_iS0_iibS0_S_S0_S0_' for 'sm_30' | |
ptxas info : Function properties for _Z24summaryStatsReduceDoubleiPdPiiS_S_S0_iS0_iibS0_S_S0_S0_ | |
464 bytes stack frame, 5784 bytes spill stores, 5920 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 440 bytes cmem[0], 256 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'reduce3Double' for 'sm_30' | |
ptxas info : Function properties for reduce3Double | |
568 bytes stack frame, 52 bytes spill stores, 52 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 424 bytes cmem[0], 40 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformDoubleIndexes' for 'sm_30' | |
ptxas info : Function properties for transformDoubleIndexes | |
984 bytes stack frame, 4432 bytes spill stores, 5780 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 392 bytes cmem[0], 932 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
40 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function '_Z19scalarDoubleIndexesixdPdS_S_PiS0_' for 'sm_30' | |
ptxas info : Function properties for _Z19scalarDoubleIndexesixdPdS_S_PiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 23 registers, 16 bytes smem, 384 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble6D' for 'sm_30' | |
ptxas info : Function properties for reduceDouble6D | |
104 bytes stack frame, 568 bytes spill stores, 860 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 244 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'fillDimensionalIsMaxFloat' for 'sm_30' | |
ptxas info : Function properties for fillDimensionalIsMaxFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 17 registers, 16 bytes smem, 384 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformDouble' for 'sm_30' | |
ptxas info : Function properties for transformDouble | |
984 bytes stack frame, 4432 bytes spill stores, 5780 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 400 bytes cmem[0], 932 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
40 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'pairWiseTransformDouble' for 'sm_30' | |
ptxas info : Function properties for pairWiseTransformDouble | |
880 bytes stack frame, 1648 bytes spill stores, 3664 bytes spill loads | |
ptxas info : Used 27 registers, 16 bytes smem, 424 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelDouble' for 'sm_30' | |
ptxas info : Function properties for concatKernelDouble | |
800 bytes stack frame, 784 bytes spill stores, 1628 bytes spill loads | |
ptxas info : Used 27 registers, 48 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function 'broadcastDouble' for 'sm_30' | |
ptxas info : Function properties for broadcastDouble | |
200 bytes stack frame, 204 bytes spill stores, 224 bytes spill loads | |
ptxas info : Used 26 registers, 288 bytes smem, 432 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceScalarFloat' for 'sm_30' | |
ptxas info : Function properties for reduceScalarFloat | |
232 bytes stack frame, 568 bytes spill stores, 600 bytes spill loads | |
ptxas info : Used 19 registers, 32 bytes smem, 400 bytes cmem[0], 44 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelHStackFloat' for 'sm_30' | |
ptxas info : Function properties for concatKernelHStackFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 17 registers, 16 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z30pairWiseTransformStridedDoubleixPdS_iiS_S_iPiS0_' for 'sm_30' | |
ptxas info : Function properties for _Z30pairWiseTransformStridedDoubleixPdS_iiS_S_iPiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 20 registers, 16 bytes smem, 400 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function 'flattenKernelDouble' for 'sm_30' | |
ptxas info : Function properties for flattenKernelDouble | |
320 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 368 bytes cmem[0] | |
ptxas info : Compiling entry function 'reduce3ScalarFloat' for 'sm_30' | |
ptxas info : Function properties for reduce3ScalarFloat | |
248 bytes stack frame, 348 bytes spill stores, 432 bytes spill loads | |
ptxas info : Used 26 registers, 48 bytes smem, 424 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'prepareShapeBuffer' for 'sm_30' | |
ptxas info : Function properties for prepareShapeBuffer | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 11 registers, 348 bytes cmem[0] | |
/mnt/libnd4j/include/helper_cuda.h(43): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(46): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(49): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(52): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(55): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(58): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(61): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(64): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(67): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(70): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(73): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(76): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(79): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(82): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(85): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(88): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(91): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(94): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(97): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(100): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(103): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(106): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(109): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(112): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(115): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(118): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(121): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(127): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(130): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(133): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(136): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(139): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(142): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(145): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(148): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(151): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(154): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(157): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(160): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(163): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(166): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(169): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(172): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(175): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(178): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(181): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(184): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(187): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(190): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(193): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(196): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(199): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(202): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(205): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(208): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(211): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(229): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(232): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(235): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(246): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(249): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(252): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(255): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(258): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(264): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(267): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(270): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(273): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(276): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(279): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(282): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(285): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(288): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(291): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(294): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(297): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(300): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(303): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(306): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(309): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(312): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(315): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(318): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(324): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(327): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(330): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(333): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(336): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(339): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(345): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(348): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(351): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(354): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(360): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(366): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(369): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(372): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(375): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(378): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(381): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(384): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(387): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(900): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(902): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(359): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(359): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(192): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(192): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(93): warning: variable "ccMinor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(154): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(240): warning: variable "zRank" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(245): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(260): warning: variable "memory_floor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(460): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(461): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(526): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(652): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(653): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(655): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(727): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(794): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(848): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(849): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(854): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(902): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(903): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(914): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(979): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(980): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(992): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1046): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1047): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1049): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1113): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1114): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1116): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1188): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1189): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1191): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1252): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1253): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1301): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1358): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1401): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1402): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1468): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1525): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1583): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1584): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1846): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1897): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1898): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1962): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2093): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2094): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2096): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2240): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2298): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2299): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2309): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2359): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2360): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2371): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2456): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2457): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2459): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2468): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2528): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2529): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2531): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2592): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2593): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2595): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2671): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2674): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2751): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2752): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2806): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2865): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2866): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2914): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2915): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2978): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3042): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3103): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3104): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3302): warning: variable "dimensionHostPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3396): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3397): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3580): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3582): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3627): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3629): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4060): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4061): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4152): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4153): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
ptxas info : 559 bytes gmem, 49320 bytes cmem[3] | |
ptxas info : Compiling entry function '_Z11scalarFloatixfPfiS_S_iPi' for 'sm_35' | |
ptxas info : Function properties for _Z11scalarFloatixfPfiS_S_iPi | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 21 registers, 16 bytes smem, 392 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble1D' for 'sm_35' | |
ptxas info : Function properties for reduceDouble1D | |
40 bytes stack frame, 24 bytes spill stores, 24 bytes spill loads | |
ptxas info : Used 32 registers, 128 bytes smem, 408 bytes cmem[0], 248 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
32 bytes stack frame, 28 bytes spill stores, 32 bytes spill loads | |
ptxas info : Compiling entry function 'fillIsMaxDouble' for 'sm_35' | |
ptxas info : Function properties for fillIsMaxDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 9 registers, 344 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z14transformFloatixPfiS_S_iPiS_' for 'sm_35' | |
ptxas info : Function properties for _Z14transformFloatixPfiS_S_iPiS_ | |
56 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 28 registers, 16 bytes smem, 392 bytes cmem[0], 212 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z16indexReduceFloatiPfPiiS_S_S0_iS0_iiS0_S_S0_S0_' for 'sm_35' | |
ptxas info : Function properties for _Z16indexReduceFloatiPfPiiS_S_S0_iS0_iiS0_S_S0_S0_ | |
408 bytes stack frame, 236 bytes spill stores, 464 bytes spill loads | |
ptxas info : Used 29 registers, 112 bytes smem, 432 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelVStackDouble' for 'sm_35' | |
ptxas info : Function properties for concatKernelVStackDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 18 registers, 16 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function 'scalarFloat' for 'sm_35' | |
ptxas info : Function properties for scalarFloat | |
536 bytes stack frame, 1484 bytes spill stores, 1420 bytes spill loads | |
ptxas info : Used 25 registers, 80 bytes smem, 392 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat6D' for 'sm_35' | |
ptxas info : Function properties for reduceFloat6D | |
104 bytes stack frame, 568 bytes spill stores, 856 bytes spill loads | |
ptxas info : Used 25 registers, 336 bytes smem, 408 bytes cmem[0], 40 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelScalarDouble' for 'sm_35' | |
ptxas info : Function properties for concatKernelScalarDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 13 registers, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z27pairWiseTransformFloatIndexiPfS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_' for 'sm_35' | |
ptxas info : Function properties for _Z27pairWiseTransformFloatIndexiPfS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 21 registers, 16 bytes smem, 448 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z23summaryStatsReduceFloatiPfPiiS_S_S0_iS0_iibS0_S_S0_S0_' for 'sm_35' | |
ptxas info : Function properties for _Z23summaryStatsReduceFloatiPfPiiS_S_S0_iS0_iibS0_S_S0_S0_ | |
384 bytes stack frame, 328 bytes spill stores, 720 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 440 bytes cmem[0], 60 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduce3Float' for 'sm_35' | |
ptxas info : Function properties for reduce3Float | |
552 bytes stack frame, 24 bytes spill stores, 24 bytes spill loads | |
ptxas info : Used 32 registers, 144 bytes smem, 424 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformFloatIndexes' for 'sm_35' | |
ptxas info : Function properties for transformFloatIndexes | |
992 bytes stack frame, 4272 bytes spill stores, 5368 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 392 bytes cmem[0], 212 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z18scalarFloatIndexesixfPfS_S_PiS0_' for 'sm_35' | |
ptxas info : Function properties for _Z18scalarFloatIndexesixfPfS_S_PiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 19 registers, 16 bytes smem, 384 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat' for 'sm_35' | |
ptxas info : Function properties for reduceFloat | |
224 bytes stack frame, 568 bytes spill stores, 856 bytes spill loads | |
ptxas info : Used 25 registers, 336 bytes smem, 408 bytes cmem[0], 40 bytes cmem[2] | |
ptxas info : Compiling entry function 'fillDimensionalIsMaxDouble' for 'sm_35' | |
ptxas info : Function properties for fillDimensionalIsMaxDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 20 registers, 16 bytes smem, 384 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformFloat' for 'sm_35' | |
ptxas info : Function properties for transformFloat | |
992 bytes stack frame, 4272 bytes spill stores, 5368 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 400 bytes cmem[0], 212 bytes cmem[2] | |
ptxas info : Compiling entry function 'pairWiseTransformFloat' for 'sm_35' | |
ptxas info : Function properties for pairWiseTransformFloat | |
880 bytes stack frame, 1648 bytes spill stores, 3664 bytes spill loads | |
ptxas info : Used 26 registers, 16 bytes smem, 424 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelFloat' for 'sm_35' | |
ptxas info : Function properties for concatKernelFloat | |
800 bytes stack frame, 784 bytes spill stores, 1628 bytes spill loads | |
ptxas info : Used 27 registers, 48 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function 'broadcastFloat' for 'sm_35' | |
ptxas info : Function properties for broadcastFloat | |
200 bytes stack frame, 204 bytes spill stores, 224 bytes spill loads | |
ptxas info : Used 26 registers, 288 bytes smem, 432 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceScalarDouble' for 'sm_35' | |
ptxas info : Function properties for reduceScalarDouble | |
232 bytes stack frame, 568 bytes spill stores, 600 bytes spill loads | |
ptxas info : Used 32 registers, 32 bytes smem, 400 bytes cmem[0], 248 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'concatKernelHStackDouble' for 'sm_35' | |
ptxas info : Function properties for concatKernelHStackDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 18 registers, 16 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z29pairWiseTransformStridedFloatixPfS_iiS_S_iPiS0_' for 'sm_35' | |
ptxas info : Function properties for _Z29pairWiseTransformStridedFloatixPfS_iiS_S_iPiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 18 registers, 16 bytes smem, 400 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'flattenKernelFloat' for 'sm_35' | |
ptxas info : Function properties for flattenKernelFloat | |
320 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 368 bytes cmem[0] | |
ptxas info : Compiling entry function 'reduce3ScalarDouble' for 'sm_35' | |
ptxas info : Function properties for reduce3ScalarDouble | |
248 bytes stack frame, 348 bytes spill stores, 432 bytes spill loads | |
ptxas info : Used 30 registers, 80 bytes smem, 424 bytes cmem[0], 36 bytes cmem[2] | |
ptxas info : Compiling entry function 'prepareDimensionalShapeBuffer' for 'sm_35' | |
ptxas info : Function properties for prepareDimensionalShapeBuffer | |
8 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 18 registers, 344 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z12scalarDoubleixdPdiS_S_iPi' for 'sm_35' | |
ptxas info : Function properties for _Z12scalarDoubleixdPdiS_S_iPi | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 25 registers, 16 bytes smem, 392 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble' for 'sm_35' | |
ptxas info : Function properties for reduceDouble | |
224 bytes stack frame, 568 bytes spill stores, 860 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 248 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'fillIsMaxFloat' for 'sm_35' | |
ptxas info : Function properties for fillIsMaxFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 8 registers, 344 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z15transformDoubleixPdiS_S_iPiS_' for 'sm_35' | |
ptxas info : Function properties for _Z15transformDoubleixPdiS_S_iPiS_ | |
40 bytes stack frame, 24 bytes spill stores, 24 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 392 bytes cmem[0], 996 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
40 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function '_Z17indexReduceDoubleiPdPiiS_S_S0_iS0_iiS0_S_S0_S0_' for 'sm_35' | |
ptxas info : Function properties for _Z17indexReduceDoubleiPdPiiS_S_S0_iS0_iiS0_S_S0_S0_ | |
440 bytes stack frame, 308 bytes spill stores, 624 bytes spill loads | |
ptxas info : Used 32 registers, 112 bytes smem, 432 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelVStackFloat' for 'sm_35' | |
ptxas info : Function properties for concatKernelVStackFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 17 registers, 16 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function 'scalarDouble' for 'sm_35' | |
ptxas info : Function properties for scalarDouble | |
536 bytes stack frame, 1476 bytes spill stores, 1412 bytes spill loads | |
ptxas info : Used 28 registers, 80 bytes smem, 400 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat1D' for 'sm_35' | |
ptxas info : Function properties for reduceFloat1D | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 29 registers, 128 bytes smem, 408 bytes cmem[0], 40 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelScalarFloat' for 'sm_35' | |
ptxas info : Function properties for concatKernelScalarFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 13 registers, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z28pairWiseTransformDoubleIndexiPdS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_' for 'sm_35' | |
ptxas info : Function properties for _Z28pairWiseTransformDoubleIndexiPdS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 23 registers, 16 bytes smem, 448 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z24summaryStatsReduceDoubleiPdPiiS_S_S0_iS0_iibS0_S_S0_S0_' for 'sm_35' | |
ptxas info : Function properties for _Z24summaryStatsReduceDoubleiPdPiiS_S_S0_iS0_iibS0_S_S0_S0_ | |
464 bytes stack frame, 5784 bytes spill stores, 5888 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 440 bytes cmem[0], 260 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'reduce3Double' for 'sm_35' | |
ptxas info : Function properties for reduce3Double | |
560 bytes stack frame, 48 bytes spill stores, 48 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 424 bytes cmem[0], 40 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformDoubleIndexes' for 'sm_35' | |
ptxas info : Function properties for transformDoubleIndexes | |
984 bytes stack frame, 4312 bytes spill stores, 5556 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 392 bytes cmem[0], 1004 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
40 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function '_Z19scalarDoubleIndexesixdPdS_S_PiS0_' for 'sm_35' | |
ptxas info : Function properties for _Z19scalarDoubleIndexesixdPdS_S_PiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 24 registers, 16 bytes smem, 384 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble6D' for 'sm_35' | |
ptxas info : Function properties for reduceDouble6D | |
104 bytes stack frame, 568 bytes spill stores, 860 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 248 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'fillDimensionalIsMaxFloat' for 'sm_35' | |
ptxas info : Function properties for fillDimensionalIsMaxFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 17 registers, 16 bytes smem, 384 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformDouble' for 'sm_35' | |
ptxas info : Function properties for transformDouble | |
984 bytes stack frame, 4312 bytes spill stores, 5556 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 400 bytes cmem[0], 1004 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
40 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'pairWiseTransformDouble' for 'sm_35' | |
ptxas info : Function properties for pairWiseTransformDouble | |
880 bytes stack frame, 1648 bytes spill stores, 3664 bytes spill loads | |
ptxas info : Used 26 registers, 16 bytes smem, 424 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelDouble' for 'sm_35' | |
ptxas info : Function properties for concatKernelDouble | |
800 bytes stack frame, 784 bytes spill stores, 1628 bytes spill loads | |
ptxas info : Used 27 registers, 48 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function 'broadcastDouble' for 'sm_35' | |
ptxas info : Function properties for broadcastDouble | |
200 bytes stack frame, 204 bytes spill stores, 224 bytes spill loads | |
ptxas info : Used 26 registers, 288 bytes smem, 432 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceScalarFloat' for 'sm_35' | |
ptxas info : Function properties for reduceScalarFloat | |
232 bytes stack frame, 568 bytes spill stores, 600 bytes spill loads | |
ptxas info : Used 19 registers, 32 bytes smem, 400 bytes cmem[0], 40 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelHStackFloat' for 'sm_35' | |
ptxas info : Function properties for concatKernelHStackFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 17 registers, 16 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z30pairWiseTransformStridedDoubleixPdS_iiS_S_iPiS0_' for 'sm_35' | |
ptxas info : Function properties for _Z30pairWiseTransformStridedDoubleixPdS_iiS_S_iPiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 23 registers, 16 bytes smem, 400 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function 'flattenKernelDouble' for 'sm_35' | |
ptxas info : Function properties for flattenKernelDouble | |
320 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 368 bytes cmem[0] | |
ptxas info : Compiling entry function 'reduce3ScalarFloat' for 'sm_35' | |
ptxas info : Function properties for reduce3ScalarFloat | |
248 bytes stack frame, 348 bytes spill stores, 432 bytes spill loads | |
ptxas info : Used 26 registers, 48 bytes smem, 424 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'prepareShapeBuffer' for 'sm_35' | |
ptxas info : Function properties for prepareShapeBuffer | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 11 registers, 348 bytes cmem[0] | |
/mnt/libnd4j/include/helper_cuda.h(43): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(46): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(49): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(52): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(55): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(58): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(61): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(64): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(67): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(70): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(73): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(76): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(79): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(82): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(85): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(88): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(91): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(94): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(97): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(100): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(103): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(106): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(109): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(112): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(115): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(118): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(121): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(127): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(130): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(133): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(136): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(139): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(142): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(145): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(148): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(151): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(154): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(157): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(160): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(163): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(166): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(169): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(172): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(175): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(178): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(181): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(184): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(187): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(190): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(193): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(196): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(199): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(202): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(205): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(208): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(211): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(229): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(232): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(235): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(246): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(249): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(252): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(255): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(258): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(264): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(267): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(270): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(273): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(276): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(279): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(282): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(285): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(288): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(291): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(294): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(297): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(300): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(303): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(306): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(309): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(312): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(315): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(318): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(324): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(327): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(330): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(333): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(336): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(339): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(345): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(348): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(351): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(354): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(360): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(366): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(369): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(372): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(375): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(378): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(381): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(384): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(387): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(900): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(902): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(359): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(359): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(192): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(192): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(93): warning: variable "ccMinor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(154): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(240): warning: variable "zRank" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(245): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(260): warning: variable "memory_floor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(460): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(461): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(526): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(652): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(653): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(655): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(727): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(794): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(848): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(849): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(854): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(902): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(903): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(914): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(979): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(980): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(992): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1046): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1047): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1049): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1113): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1114): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1116): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1188): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1189): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1191): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1252): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1253): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1301): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1358): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1401): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1402): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1468): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1525): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1583): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1584): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1846): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1897): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1898): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1962): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2093): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2094): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2096): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2240): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2298): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2299): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2309): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2359): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2360): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2371): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2456): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2457): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2459): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2468): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2528): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2529): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2531): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2592): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2593): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2595): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2671): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2674): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2751): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2752): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2806): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2865): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2866): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2914): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2915): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2978): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3042): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3103): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3104): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3302): warning: variable "dimensionHostPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3396): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3397): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3580): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3582): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3627): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3629): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4060): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4061): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4152): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4153): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
ptxas info : 559 bytes gmem, 49320 bytes cmem[3] | |
ptxas info : Compiling entry function '_Z11scalarFloatixfPfiS_S_iPi' for 'sm_37' | |
ptxas info : Function properties for _Z11scalarFloatixfPfiS_S_iPi | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 21 registers, 16 bytes smem, 392 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble1D' for 'sm_37' | |
ptxas info : Function properties for reduceDouble1D | |
40 bytes stack frame, 24 bytes spill stores, 24 bytes spill loads | |
ptxas info : Used 32 registers, 128 bytes smem, 408 bytes cmem[0], 248 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
32 bytes stack frame, 28 bytes spill stores, 32 bytes spill loads | |
ptxas info : Compiling entry function 'fillIsMaxDouble' for 'sm_37' | |
ptxas info : Function properties for fillIsMaxDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 9 registers, 344 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z14transformFloatixPfiS_S_iPiS_' for 'sm_37' | |
ptxas info : Function properties for _Z14transformFloatixPfiS_S_iPiS_ | |
56 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 28 registers, 16 bytes smem, 392 bytes cmem[0], 212 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z16indexReduceFloatiPfPiiS_S_S0_iS0_iiS0_S_S0_S0_' for 'sm_37' | |
ptxas info : Function properties for _Z16indexReduceFloatiPfPiiS_S_S0_iS0_iiS0_S_S0_S0_ | |
408 bytes stack frame, 236 bytes spill stores, 464 bytes spill loads | |
ptxas info : Used 29 registers, 112 bytes smem, 432 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelVStackDouble' for 'sm_37' | |
ptxas info : Function properties for concatKernelVStackDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 18 registers, 16 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function 'scalarFloat' for 'sm_37' | |
ptxas info : Function properties for scalarFloat | |
536 bytes stack frame, 1484 bytes spill stores, 1420 bytes spill loads | |
ptxas info : Used 25 registers, 80 bytes smem, 392 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat6D' for 'sm_37' | |
ptxas info : Function properties for reduceFloat6D | |
104 bytes stack frame, 568 bytes spill stores, 856 bytes spill loads | |
ptxas info : Used 25 registers, 336 bytes smem, 408 bytes cmem[0], 40 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelScalarDouble' for 'sm_37' | |
ptxas info : Function properties for concatKernelScalarDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 13 registers, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z27pairWiseTransformFloatIndexiPfS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_' for 'sm_37' | |
ptxas info : Function properties for _Z27pairWiseTransformFloatIndexiPfS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 21 registers, 16 bytes smem, 448 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z23summaryStatsReduceFloatiPfPiiS_S_S0_iS0_iibS0_S_S0_S0_' for 'sm_37' | |
ptxas info : Function properties for _Z23summaryStatsReduceFloatiPfPiiS_S_S0_iS0_iibS0_S_S0_S0_ | |
384 bytes stack frame, 328 bytes spill stores, 720 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 440 bytes cmem[0], 60 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduce3Float' for 'sm_37' | |
ptxas info : Function properties for reduce3Float | |
552 bytes stack frame, 24 bytes spill stores, 24 bytes spill loads | |
ptxas info : Used 32 registers, 144 bytes smem, 424 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformFloatIndexes' for 'sm_37' | |
ptxas info : Function properties for transformFloatIndexes | |
992 bytes stack frame, 4272 bytes spill stores, 5368 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 392 bytes cmem[0], 212 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z18scalarFloatIndexesixfPfS_S_PiS0_' for 'sm_37' | |
ptxas info : Function properties for _Z18scalarFloatIndexesixfPfS_S_PiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 19 registers, 16 bytes smem, 384 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat' for 'sm_37' | |
ptxas info : Function properties for reduceFloat | |
224 bytes stack frame, 568 bytes spill stores, 856 bytes spill loads | |
ptxas info : Used 25 registers, 336 bytes smem, 408 bytes cmem[0], 40 bytes cmem[2] | |
ptxas info : Compiling entry function 'fillDimensionalIsMaxDouble' for 'sm_37' | |
ptxas info : Function properties for fillDimensionalIsMaxDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 20 registers, 16 bytes smem, 384 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformFloat' for 'sm_37' | |
ptxas info : Function properties for transformFloat | |
992 bytes stack frame, 4272 bytes spill stores, 5368 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 400 bytes cmem[0], 212 bytes cmem[2] | |
ptxas info : Compiling entry function 'pairWiseTransformFloat' for 'sm_37' | |
ptxas info : Function properties for pairWiseTransformFloat | |
880 bytes stack frame, 1648 bytes spill stores, 3664 bytes spill loads | |
ptxas info : Used 26 registers, 16 bytes smem, 424 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelFloat' for 'sm_37' | |
ptxas info : Function properties for concatKernelFloat | |
800 bytes stack frame, 784 bytes spill stores, 1628 bytes spill loads | |
ptxas info : Used 27 registers, 48 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function 'broadcastFloat' for 'sm_37' | |
ptxas info : Function properties for broadcastFloat | |
200 bytes stack frame, 204 bytes spill stores, 224 bytes spill loads | |
ptxas info : Used 26 registers, 288 bytes smem, 432 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceScalarDouble' for 'sm_37' | |
ptxas info : Function properties for reduceScalarDouble | |
232 bytes stack frame, 568 bytes spill stores, 600 bytes spill loads | |
ptxas info : Used 32 registers, 32 bytes smem, 400 bytes cmem[0], 248 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'concatKernelHStackDouble' for 'sm_37' | |
ptxas info : Function properties for concatKernelHStackDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 18 registers, 16 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z29pairWiseTransformStridedFloatixPfS_iiS_S_iPiS0_' for 'sm_37' | |
ptxas info : Function properties for _Z29pairWiseTransformStridedFloatixPfS_iiS_S_iPiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 18 registers, 16 bytes smem, 400 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'flattenKernelFloat' for 'sm_37' | |
ptxas info : Function properties for flattenKernelFloat | |
320 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 368 bytes cmem[0] | |
ptxas info : Compiling entry function 'reduce3ScalarDouble' for 'sm_37' | |
ptxas info : Function properties for reduce3ScalarDouble | |
248 bytes stack frame, 348 bytes spill stores, 432 bytes spill loads | |
ptxas info : Used 30 registers, 80 bytes smem, 424 bytes cmem[0], 36 bytes cmem[2] | |
ptxas info : Compiling entry function 'prepareDimensionalShapeBuffer' for 'sm_37' | |
ptxas info : Function properties for prepareDimensionalShapeBuffer | |
8 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 18 registers, 344 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z12scalarDoubleixdPdiS_S_iPi' for 'sm_37' | |
ptxas info : Function properties for _Z12scalarDoubleixdPdiS_S_iPi | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 25 registers, 16 bytes smem, 392 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble' for 'sm_37' | |
ptxas info : Function properties for reduceDouble | |
224 bytes stack frame, 568 bytes spill stores, 860 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 248 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'fillIsMaxFloat' for 'sm_37' | |
ptxas info : Function properties for fillIsMaxFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 8 registers, 344 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z15transformDoubleixPdiS_S_iPiS_' for 'sm_37' | |
ptxas info : Function properties for _Z15transformDoubleixPdiS_S_iPiS_ | |
40 bytes stack frame, 24 bytes spill stores, 24 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 392 bytes cmem[0], 996 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
40 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function '_Z17indexReduceDoubleiPdPiiS_S_S0_iS0_iiS0_S_S0_S0_' for 'sm_37' | |
ptxas info : Function properties for _Z17indexReduceDoubleiPdPiiS_S_S0_iS0_iiS0_S_S0_S0_ | |
440 bytes stack frame, 308 bytes spill stores, 624 bytes spill loads | |
ptxas info : Used 32 registers, 112 bytes smem, 432 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelVStackFloat' for 'sm_37' | |
ptxas info : Function properties for concatKernelVStackFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 17 registers, 16 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function 'scalarDouble' for 'sm_37' | |
ptxas info : Function properties for scalarDouble | |
536 bytes stack frame, 1476 bytes spill stores, 1412 bytes spill loads | |
ptxas info : Used 28 registers, 80 bytes smem, 400 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat1D' for 'sm_37' | |
ptxas info : Function properties for reduceFloat1D | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 29 registers, 128 bytes smem, 408 bytes cmem[0], 40 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelScalarFloat' for 'sm_37' | |
ptxas info : Function properties for concatKernelScalarFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 13 registers, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z28pairWiseTransformDoubleIndexiPdS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_' for 'sm_37' | |
ptxas info : Function properties for _Z28pairWiseTransformDoubleIndexiPdS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 23 registers, 16 bytes smem, 448 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z24summaryStatsReduceDoubleiPdPiiS_S_S0_iS0_iibS0_S_S0_S0_' for 'sm_37' | |
ptxas info : Function properties for _Z24summaryStatsReduceDoubleiPdPiiS_S_S0_iS0_iibS0_S_S0_S0_ | |
464 bytes stack frame, 5784 bytes spill stores, 5888 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 440 bytes cmem[0], 260 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'reduce3Double' for 'sm_37' | |
ptxas info : Function properties for reduce3Double | |
560 bytes stack frame, 48 bytes spill stores, 48 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 424 bytes cmem[0], 40 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformDoubleIndexes' for 'sm_37' | |
ptxas info : Function properties for transformDoubleIndexes | |
984 bytes stack frame, 4312 bytes spill stores, 5556 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 392 bytes cmem[0], 1004 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
40 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function '_Z19scalarDoubleIndexesixdPdS_S_PiS0_' for 'sm_37' | |
ptxas info : Function properties for _Z19scalarDoubleIndexesixdPdS_S_PiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 24 registers, 16 bytes smem, 384 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble6D' for 'sm_37' | |
ptxas info : Function properties for reduceDouble6D | |
104 bytes stack frame, 568 bytes spill stores, 860 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 248 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'fillDimensionalIsMaxFloat' for 'sm_37' | |
ptxas info : Function properties for fillDimensionalIsMaxFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 17 registers, 16 bytes smem, 384 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformDouble' for 'sm_37' | |
ptxas info : Function properties for transformDouble | |
984 bytes stack frame, 4312 bytes spill stores, 5556 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 400 bytes cmem[0], 1004 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
8 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
40 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'pairWiseTransformDouble' for 'sm_37' | |
ptxas info : Function properties for pairWiseTransformDouble | |
880 bytes stack frame, 1648 bytes spill stores, 3664 bytes spill loads | |
ptxas info : Used 26 registers, 16 bytes smem, 424 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelDouble' for 'sm_37' | |
ptxas info : Function properties for concatKernelDouble | |
800 bytes stack frame, 784 bytes spill stores, 1628 bytes spill loads | |
ptxas info : Used 27 registers, 48 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function 'broadcastDouble' for 'sm_37' | |
ptxas info : Function properties for broadcastDouble | |
200 bytes stack frame, 204 bytes spill stores, 224 bytes spill loads | |
ptxas info : Used 26 registers, 288 bytes smem, 432 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceScalarFloat' for 'sm_37' | |
ptxas info : Function properties for reduceScalarFloat | |
232 bytes stack frame, 568 bytes spill stores, 600 bytes spill loads | |
ptxas info : Used 19 registers, 32 bytes smem, 400 bytes cmem[0], 40 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelHStackFloat' for 'sm_37' | |
ptxas info : Function properties for concatKernelHStackFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 17 registers, 16 bytes smem, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z30pairWiseTransformStridedDoubleixPdS_iiS_S_iPiS0_' for 'sm_37' | |
ptxas info : Function properties for _Z30pairWiseTransformStridedDoubleixPdS_iiS_S_iPiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 23 registers, 16 bytes smem, 400 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function 'flattenKernelDouble' for 'sm_37' | |
ptxas info : Function properties for flattenKernelDouble | |
320 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 368 bytes cmem[0] | |
ptxas info : Compiling entry function 'reduce3ScalarFloat' for 'sm_37' | |
ptxas info : Function properties for reduce3ScalarFloat | |
248 bytes stack frame, 348 bytes spill stores, 432 bytes spill loads | |
ptxas info : Used 26 registers, 48 bytes smem, 424 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'prepareShapeBuffer' for 'sm_37' | |
ptxas info : Function properties for prepareShapeBuffer | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 11 registers, 348 bytes cmem[0] | |
/mnt/libnd4j/include/helper_cuda.h(43): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(46): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(49): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(52): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(55): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(58): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(61): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(64): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(67): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(70): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(73): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(76): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(79): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(82): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(85): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(88): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(91): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(94): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(97): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(100): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(103): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(106): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(109): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(112): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(115): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(118): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(121): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(127): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(130): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(133): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(136): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(139): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(142): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(145): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(148): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(151): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(154): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(157): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(160): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(163): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(166): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(169): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(172): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(175): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(178): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(181): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(184): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(187): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(190): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(193): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(196): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(199): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(202): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(205): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(208): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(211): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(229): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(232): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(235): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(246): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(249): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(252): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(255): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(258): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(264): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(267): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(270): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(273): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(276): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(279): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(282): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(285): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(288): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(291): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(294): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(297): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(300): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(303): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(306): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(309): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(312): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(315): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(318): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(324): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(327): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(330): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(333): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(336): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(339): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(345): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(348): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(351): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(354): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(360): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(366): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(369): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(372): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(375): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(378): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(381): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(384): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(387): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(900): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(902): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(359): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(359): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(192): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(192): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(93): warning: variable "ccMinor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(154): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(240): warning: variable "zRank" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(245): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(260): warning: variable "memory_floor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(460): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(461): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(526): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(652): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(653): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(655): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(727): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(794): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(848): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(849): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(854): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(902): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(903): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(914): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(979): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(980): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(992): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1046): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1047): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1049): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1113): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1114): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1116): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1188): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1189): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1191): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1252): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1253): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1301): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1358): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1401): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1402): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1468): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1525): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1583): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1584): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1846): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1897): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1898): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1962): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2093): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2094): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2096): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2240): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2298): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2299): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2309): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2359): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2360): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2371): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2456): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2457): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2459): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2468): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2528): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2529): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2531): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2592): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2593): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2595): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2671): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2674): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2751): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2752): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2806): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2865): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2866): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2914): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2915): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2978): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3042): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3103): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3104): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3302): warning: variable "dimensionHostPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3396): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3397): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3580): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3582): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3627): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3629): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4060): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4061): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4152): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4153): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
ptxas info : 559 bytes gmem, 49448 bytes cmem[3] | |
ptxas info : Compiling entry function '_Z11scalarFloatixfPfiS_S_iPi' for 'sm_50' | |
ptxas info : Function properties for _Z11scalarFloatixfPfiS_S_iPi | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 23 registers, 16 bytes smem, 392 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble1D' for 'sm_50' | |
ptxas info : Function properties for reduceDouble1D | |
32 bytes stack frame, 16 bytes spill stores, 16 bytes spill loads | |
ptxas info : Used 32 registers, 128 bytes smem, 408 bytes cmem[0], 264 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'fillIsMaxDouble' for 'sm_50' | |
ptxas info : Function properties for fillIsMaxDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 10 registers, 344 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z14transformFloatixPfiS_S_iPiS_' for 'sm_50' | |
ptxas info : Function properties for _Z14transformFloatixPfiS_S_iPiS_ | |
56 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 28 registers, 16 bytes smem, 392 bytes cmem[0], 372 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z16indexReduceFloatiPfPiiS_S_S0_iS0_iiS0_S_S0_S0_' for 'sm_50' | |
ptxas info : Function properties for _Z16indexReduceFloatiPfPiiS_S_S0_iS0_iiS0_S_S0_S0_ | |
344 bytes stack frame, 32 bytes spill stores, 32 bytes spill loads | |
ptxas info : Used 32 registers, 112 bytes smem, 432 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelVStackDouble' for 'sm_50' | |
ptxas info : Function properties for concatKernelVStackDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 15 registers, 16 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'scalarFloat' for 'sm_50' | |
ptxas info : Function properties for scalarFloat | |
488 bytes stack frame, 216 bytes spill stores, 416 bytes spill loads | |
ptxas info : Used 32 registers, 80 bytes smem, 392 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat6D' for 'sm_50' | |
ptxas info : Function properties for reduceFloat6D | |
56 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 84 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelScalarDouble' for 'sm_50' | |
ptxas info : Function properties for concatKernelScalarDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 10 registers, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z27pairWiseTransformFloatIndexiPfS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_' for 'sm_50' | |
ptxas info : Function properties for _Z27pairWiseTransformFloatIndexiPfS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 22 registers, 16 bytes smem, 448 bytes cmem[0], 32 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z23summaryStatsReduceFloatiPfPiiS_S_S0_iS0_iibS0_S_S0_S0_' for 'sm_50' | |
ptxas info : Function properties for _Z23summaryStatsReduceFloatiPfPiiS_S_S0_iS0_iibS0_S_S0_S0_ | |
408 bytes stack frame, 288 bytes spill stores, 680 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 440 bytes cmem[0], 76 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduce3Float' for 'sm_50' | |
ptxas info : Function properties for reduce3Float | |
600 bytes stack frame, 300 bytes spill stores, 268 bytes spill loads | |
ptxas info : Used 32 registers, 144 bytes smem, 424 bytes cmem[0], 20 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformFloatIndexes' for 'sm_50' | |
ptxas info : Function properties for transformFloatIndexes | |
904 bytes stack frame, 640 bytes spill stores, 1140 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 392 bytes cmem[0], 380 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z18scalarFloatIndexesixfPfS_S_PiS0_' for 'sm_50' | |
ptxas info : Function properties for _Z18scalarFloatIndexesixfPfS_S_PiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 21 registers, 16 bytes smem, 384 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat' for 'sm_50' | |
ptxas info : Function properties for reduceFloat | |
176 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 84 bytes cmem[2] | |
ptxas info : Compiling entry function 'fillDimensionalIsMaxDouble' for 'sm_50' | |
ptxas info : Function properties for fillDimensionalIsMaxDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 15 registers, 16 bytes smem, 384 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformFloat' for 'sm_50' | |
ptxas info : Function properties for transformFloat | |
904 bytes stack frame, 640 bytes spill stores, 1140 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 400 bytes cmem[0], 380 bytes cmem[2] | |
ptxas info : Compiling entry function 'pairWiseTransformFloat' for 'sm_50' | |
ptxas info : Function properties for pairWiseTransformFloat | |
824 bytes stack frame, 300 bytes spill stores, 384 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 424 bytes cmem[0], 32 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelFloat' for 'sm_50' | |
ptxas info : Function properties for concatKernelFloat | |
744 bytes stack frame, 248 bytes spill stores, 756 bytes spill loads | |
ptxas info : Used 32 registers, 48 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'broadcastFloat' for 'sm_50' | |
ptxas info : Function properties for broadcastFloat | |
168 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 30 registers, 288 bytes smem, 432 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceScalarDouble' for 'sm_50' | |
ptxas info : Function properties for reduceScalarDouble | |
168 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 31 registers, 32 bytes smem, 400 bytes cmem[0], 264 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'concatKernelHStackDouble' for 'sm_50' | |
ptxas info : Function properties for concatKernelHStackDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 17 registers, 16 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z29pairWiseTransformStridedFloatixPfS_iiS_S_iPiS0_' for 'sm_50' | |
ptxas info : Function properties for _Z29pairWiseTransformStridedFloatixPfS_iiS_S_iPiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 18 registers, 16 bytes smem, 400 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function 'flattenKernelFloat' for 'sm_50' | |
ptxas info : Function properties for flattenKernelFloat | |
320 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 30 registers, 16 bytes smem, 368 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduce3ScalarDouble' for 'sm_50' | |
ptxas info : Function properties for reduce3ScalarDouble | |
176 bytes stack frame, 64 bytes spill stores, 16 bytes spill loads | |
ptxas info : Used 32 registers, 80 bytes smem, 424 bytes cmem[0], 36 bytes cmem[2] | |
ptxas info : Compiling entry function 'prepareDimensionalShapeBuffer' for 'sm_50' | |
ptxas info : Function properties for prepareDimensionalShapeBuffer | |
8 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 19 registers, 344 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z12scalarDoubleixdPdiS_S_iPi' for 'sm_50' | |
ptxas info : Function properties for _Z12scalarDoubleixdPdiS_S_iPi | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 26 registers, 16 bytes smem, 392 bytes cmem[0], 28 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble' for 'sm_50' | |
ptxas info : Function properties for reduceDouble | |
192 bytes stack frame, 52 bytes spill stores, 68 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 264 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'fillIsMaxFloat' for 'sm_50' | |
ptxas info : Function properties for fillIsMaxFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 8 registers, 344 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z15transformDoubleixPdiS_S_iPiS_' for 'sm_50' | |
ptxas info : Function properties for _Z15transformDoubleixPdiS_S_iPiS_ | |
96 bytes stack frame, 80 bytes spill stores, 80 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 392 bytes cmem[0], 1056 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
0 bytes stack frame, 4 bytes spill stores, 4 bytes spill loads | |
ptxas info : Compiling entry function '_Z17indexReduceDoubleiPdPiiS_S_S0_iS0_iiS0_S_S0_S0_' for 'sm_50' | |
ptxas info : Function properties for _Z17indexReduceDoubleiPdPiiS_S_S0_iS0_iiS0_S_S0_S0_ | |
392 bytes stack frame, 116 bytes spill stores, 164 bytes spill loads | |
ptxas info : Used 32 registers, 112 bytes smem, 432 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelVStackFloat' for 'sm_50' | |
ptxas info : Function properties for concatKernelVStackFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 15 registers, 16 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'scalarDouble' for 'sm_50' | |
ptxas info : Function properties for scalarDouble | |
496 bytes stack frame, 240 bytes spill stores, 440 bytes spill loads | |
ptxas info : Used 32 registers, 80 bytes smem, 400 bytes cmem[0], 36 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat1D' for 'sm_50' | |
ptxas info : Function properties for reduceFloat1D | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 24 registers, 128 bytes smem, 408 bytes cmem[0], 84 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelScalarFloat' for 'sm_50' | |
ptxas info : Function properties for concatKernelScalarFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 11 registers, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z28pairWiseTransformDoubleIndexiPdS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_' for 'sm_50' | |
ptxas info : Function properties for _Z28pairWiseTransformDoubleIndexiPdS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 22 registers, 16 bytes smem, 448 bytes cmem[0], 48 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z24summaryStatsReduceDoubleiPdPiiS_S_S0_iS0_iibS0_S_S0_S0_' for 'sm_50' | |
ptxas info : Function properties for _Z24summaryStatsReduceDoubleiPdPiiS_S_S0_iS0_iibS0_S_S0_S0_ | |
576 bytes stack frame, 9716 bytes spill stores, 8124 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 440 bytes cmem[0], 256 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'reduce3Double' for 'sm_50' | |
ptxas info : Function properties for reduce3Double | |
632 bytes stack frame, 828 bytes spill stores, 756 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 424 bytes cmem[0], 40 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformDoubleIndexes' for 'sm_50' | |
ptxas info : Function properties for transformDoubleIndexes | |
960 bytes stack frame, 1008 bytes spill stores, 1668 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 392 bytes cmem[0], 1072 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
0 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads | |
ptxas info : Compiling entry function '_Z19scalarDoubleIndexesixdPdS_S_PiS0_' for 'sm_50' | |
ptxas info : Function properties for _Z19scalarDoubleIndexesixdPdS_S_PiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 22 registers, 16 bytes smem, 384 bytes cmem[0], 28 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble6D' for 'sm_50' | |
ptxas info : Function properties for reduceDouble6D | |
72 bytes stack frame, 52 bytes spill stores, 68 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 264 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'fillDimensionalIsMaxFloat' for 'sm_50' | |
ptxas info : Function properties for fillDimensionalIsMaxFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 15 registers, 16 bytes smem, 384 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformDouble' for 'sm_50' | |
ptxas info : Function properties for transformDouble | |
960 bytes stack frame, 1008 bytes spill stores, 1668 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 400 bytes cmem[0], 1072 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
0 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads | |
ptxas info : Compiling entry function 'pairWiseTransformDouble' for 'sm_50' | |
ptxas info : Function properties for pairWiseTransformDouble | |
832 bytes stack frame, 292 bytes spill stores, 400 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 424 bytes cmem[0], 48 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelDouble' for 'sm_50' | |
ptxas info : Function properties for concatKernelDouble | |
744 bytes stack frame, 248 bytes spill stores, 756 bytes spill loads | |
ptxas info : Used 32 registers, 48 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'broadcastDouble' for 'sm_50' | |
ptxas info : Function properties for broadcastDouble | |
176 bytes stack frame, 24 bytes spill stores, 32 bytes spill loads | |
ptxas info : Used 32 registers, 288 bytes smem, 432 bytes cmem[0], 36 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceScalarFloat' for 'sm_50' | |
ptxas info : Function properties for reduceScalarFloat | |
168 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 31 registers, 32 bytes smem, 400 bytes cmem[0], 84 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelHStackFloat' for 'sm_50' | |
ptxas info : Function properties for concatKernelHStackFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 17 registers, 16 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z30pairWiseTransformStridedDoubleixPdS_iiS_S_iPiS0_' for 'sm_50' | |
ptxas info : Function properties for _Z30pairWiseTransformStridedDoubleixPdS_iiS_S_iPiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 22 registers, 16 bytes smem, 400 bytes cmem[0], 40 bytes cmem[2] | |
ptxas info : Compiling entry function 'flattenKernelDouble' for 'sm_50' | |
ptxas info : Function properties for flattenKernelDouble | |
320 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 30 registers, 16 bytes smem, 368 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduce3ScalarFloat' for 'sm_50' | |
ptxas info : Function properties for reduce3ScalarFloat | |
176 bytes stack frame, 64 bytes spill stores, 16 bytes spill loads | |
ptxas info : Used 32 registers, 48 bytes smem, 424 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'prepareShapeBuffer' for 'sm_50' | |
ptxas info : Function properties for prepareShapeBuffer | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 12 registers, 348 bytes cmem[0] | |
/mnt/libnd4j/include/helper_cuda.h(43): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(46): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(49): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(52): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(55): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(58): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(61): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(64): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(67): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(70): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(73): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(76): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(79): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(82): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(85): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(88): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(91): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(94): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(97): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(100): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(103): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(106): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(109): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(112): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(115): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(118): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(121): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(127): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(130): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(133): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(136): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(139): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(142): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(145): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(148): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(151): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(154): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(157): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(160): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(163): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(166): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(169): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(172): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(175): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(178): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(181): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(184): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(187): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(190): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(193): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(196): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(199): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(202): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(205): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(208): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(211): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(229): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(232): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(235): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(246): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(249): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(252): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(255): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(258): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(264): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(267): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(270): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(273): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(276): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(279): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(282): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(285): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(288): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(291): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(294): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(297): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(300): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(303): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(306): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(309): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(312): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(315): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(318): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(324): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(327): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(330): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(333): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(336): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(339): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(345): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(348): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(351): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(354): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(360): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(366): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(369): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(372): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(375): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(378): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(381): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(384): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(387): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(900): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(902): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(359): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(359): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(192): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(192): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(93): warning: variable "ccMinor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(154): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(240): warning: variable "zRank" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(245): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(260): warning: variable "memory_floor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(460): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(461): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(526): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(652): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(653): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(655): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(727): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(794): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(848): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(849): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(854): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(902): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(903): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(914): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(979): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(980): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(992): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1046): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1047): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1049): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1113): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1114): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1116): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1188): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1189): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1191): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1252): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1253): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1301): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1358): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1401): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1402): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1468): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1525): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1583): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1584): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1846): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1897): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1898): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1962): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2093): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2094): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2096): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2240): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2298): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2299): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2309): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2359): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2360): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2371): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2456): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2457): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2459): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2468): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2528): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2529): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2531): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2592): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2593): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2595): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2671): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2674): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2751): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2752): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2806): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2865): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2866): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2914): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2915): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2978): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3042): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3103): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3104): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3302): warning: variable "dimensionHostPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3396): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3397): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3580): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3582): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3627): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3629): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4060): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4061): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4152): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4153): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
ptxas info : 559 bytes gmem, 49448 bytes cmem[3] | |
ptxas info : Compiling entry function '_Z11scalarFloatixfPfiS_S_iPi' for 'sm_52' | |
ptxas info : Function properties for _Z11scalarFloatixfPfiS_S_iPi | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 23 registers, 16 bytes smem, 392 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble1D' for 'sm_52' | |
ptxas info : Function properties for reduceDouble1D | |
32 bytes stack frame, 16 bytes spill stores, 16 bytes spill loads | |
ptxas info : Used 32 registers, 128 bytes smem, 408 bytes cmem[0], 264 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'fillIsMaxDouble' for 'sm_52' | |
ptxas info : Function properties for fillIsMaxDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 10 registers, 344 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z14transformFloatixPfiS_S_iPiS_' for 'sm_52' | |
ptxas info : Function properties for _Z14transformFloatixPfiS_S_iPiS_ | |
56 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 28 registers, 16 bytes smem, 392 bytes cmem[0], 372 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z16indexReduceFloatiPfPiiS_S_S0_iS0_iiS0_S_S0_S0_' for 'sm_52' | |
ptxas info : Function properties for _Z16indexReduceFloatiPfPiiS_S_S0_iS0_iiS0_S_S0_S0_ | |
344 bytes stack frame, 32 bytes spill stores, 32 bytes spill loads | |
ptxas info : Used 32 registers, 112 bytes smem, 432 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelVStackDouble' for 'sm_52' | |
ptxas info : Function properties for concatKernelVStackDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 15 registers, 16 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'scalarFloat' for 'sm_52' | |
ptxas info : Function properties for scalarFloat | |
488 bytes stack frame, 216 bytes spill stores, 416 bytes spill loads | |
ptxas info : Used 32 registers, 80 bytes smem, 392 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat6D' for 'sm_52' | |
ptxas info : Function properties for reduceFloat6D | |
56 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 84 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelScalarDouble' for 'sm_52' | |
ptxas info : Function properties for concatKernelScalarDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 10 registers, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z27pairWiseTransformFloatIndexiPfS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_' for 'sm_52' | |
ptxas info : Function properties for _Z27pairWiseTransformFloatIndexiPfS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 22 registers, 16 bytes smem, 448 bytes cmem[0], 32 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z23summaryStatsReduceFloatiPfPiiS_S_S0_iS0_iibS0_S_S0_S0_' for 'sm_52' | |
ptxas info : Function properties for _Z23summaryStatsReduceFloatiPfPiiS_S_S0_iS0_iibS0_S_S0_S0_ | |
408 bytes stack frame, 288 bytes spill stores, 680 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 440 bytes cmem[0], 76 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduce3Float' for 'sm_52' | |
ptxas info : Function properties for reduce3Float | |
600 bytes stack frame, 300 bytes spill stores, 268 bytes spill loads | |
ptxas info : Used 32 registers, 144 bytes smem, 424 bytes cmem[0], 20 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformFloatIndexes' for 'sm_52' | |
ptxas info : Function properties for transformFloatIndexes | |
904 bytes stack frame, 640 bytes spill stores, 1140 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 392 bytes cmem[0], 380 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z18scalarFloatIndexesixfPfS_S_PiS0_' for 'sm_52' | |
ptxas info : Function properties for _Z18scalarFloatIndexesixfPfS_S_PiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 21 registers, 16 bytes smem, 384 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat' for 'sm_52' | |
ptxas info : Function properties for reduceFloat | |
176 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 84 bytes cmem[2] | |
ptxas info : Compiling entry function 'fillDimensionalIsMaxDouble' for 'sm_52' | |
ptxas info : Function properties for fillDimensionalIsMaxDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 15 registers, 16 bytes smem, 384 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformFloat' for 'sm_52' | |
ptxas info : Function properties for transformFloat | |
904 bytes stack frame, 640 bytes spill stores, 1140 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 400 bytes cmem[0], 380 bytes cmem[2] | |
ptxas info : Compiling entry function 'pairWiseTransformFloat' for 'sm_52' | |
ptxas info : Function properties for pairWiseTransformFloat | |
824 bytes stack frame, 300 bytes spill stores, 384 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 424 bytes cmem[0], 32 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelFloat' for 'sm_52' | |
ptxas info : Function properties for concatKernelFloat | |
744 bytes stack frame, 248 bytes spill stores, 756 bytes spill loads | |
ptxas info : Used 32 registers, 48 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'broadcastFloat' for 'sm_52' | |
ptxas info : Function properties for broadcastFloat | |
168 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 30 registers, 288 bytes smem, 432 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceScalarDouble' for 'sm_52' | |
ptxas info : Function properties for reduceScalarDouble | |
168 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 31 registers, 32 bytes smem, 400 bytes cmem[0], 264 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'concatKernelHStackDouble' for 'sm_52' | |
ptxas info : Function properties for concatKernelHStackDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 17 registers, 16 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z29pairWiseTransformStridedFloatixPfS_iiS_S_iPiS0_' for 'sm_52' | |
ptxas info : Function properties for _Z29pairWiseTransformStridedFloatixPfS_iiS_S_iPiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 18 registers, 16 bytes smem, 400 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function 'flattenKernelFloat' for 'sm_52' | |
ptxas info : Function properties for flattenKernelFloat | |
320 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 30 registers, 16 bytes smem, 368 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduce3ScalarDouble' for 'sm_52' | |
ptxas info : Function properties for reduce3ScalarDouble | |
176 bytes stack frame, 64 bytes spill stores, 16 bytes spill loads | |
ptxas info : Used 32 registers, 80 bytes smem, 424 bytes cmem[0], 36 bytes cmem[2] | |
ptxas info : Compiling entry function 'prepareDimensionalShapeBuffer' for 'sm_52' | |
ptxas info : Function properties for prepareDimensionalShapeBuffer | |
8 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 19 registers, 344 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z12scalarDoubleixdPdiS_S_iPi' for 'sm_52' | |
ptxas info : Function properties for _Z12scalarDoubleixdPdiS_S_iPi | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 26 registers, 16 bytes smem, 392 bytes cmem[0], 28 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble' for 'sm_52' | |
ptxas info : Function properties for reduceDouble | |
192 bytes stack frame, 52 bytes spill stores, 68 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 264 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'fillIsMaxFloat' for 'sm_52' | |
ptxas info : Function properties for fillIsMaxFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 8 registers, 344 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z15transformDoubleixPdiS_S_iPiS_' for 'sm_52' | |
ptxas info : Function properties for _Z15transformDoubleixPdiS_S_iPiS_ | |
96 bytes stack frame, 80 bytes spill stores, 80 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 392 bytes cmem[0], 1056 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
0 bytes stack frame, 4 bytes spill stores, 4 bytes spill loads | |
ptxas info : Compiling entry function '_Z17indexReduceDoubleiPdPiiS_S_S0_iS0_iiS0_S_S0_S0_' for 'sm_52' | |
ptxas info : Function properties for _Z17indexReduceDoubleiPdPiiS_S_S0_iS0_iiS0_S_S0_S0_ | |
392 bytes stack frame, 116 bytes spill stores, 164 bytes spill loads | |
ptxas info : Used 32 registers, 112 bytes smem, 432 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelVStackFloat' for 'sm_52' | |
ptxas info : Function properties for concatKernelVStackFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 15 registers, 16 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'scalarDouble' for 'sm_52' | |
ptxas info : Function properties for scalarDouble | |
496 bytes stack frame, 240 bytes spill stores, 440 bytes spill loads | |
ptxas info : Used 32 registers, 80 bytes smem, 400 bytes cmem[0], 36 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat1D' for 'sm_52' | |
ptxas info : Function properties for reduceFloat1D | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 24 registers, 128 bytes smem, 408 bytes cmem[0], 84 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelScalarFloat' for 'sm_52' | |
ptxas info : Function properties for concatKernelScalarFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 11 registers, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z28pairWiseTransformDoubleIndexiPdS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_' for 'sm_52' | |
ptxas info : Function properties for _Z28pairWiseTransformDoubleIndexiPdS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 22 registers, 16 bytes smem, 448 bytes cmem[0], 48 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z24summaryStatsReduceDoubleiPdPiiS_S_S0_iS0_iibS0_S_S0_S0_' for 'sm_52' | |
ptxas info : Function properties for _Z24summaryStatsReduceDoubleiPdPiiS_S_S0_iS0_iibS0_S_S0_S0_ | |
576 bytes stack frame, 9716 bytes spill stores, 8124 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 440 bytes cmem[0], 256 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'reduce3Double' for 'sm_52' | |
ptxas info : Function properties for reduce3Double | |
632 bytes stack frame, 828 bytes spill stores, 756 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 424 bytes cmem[0], 40 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformDoubleIndexes' for 'sm_52' | |
ptxas info : Function properties for transformDoubleIndexes | |
960 bytes stack frame, 1008 bytes spill stores, 1668 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 392 bytes cmem[0], 1072 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
0 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads | |
ptxas info : Compiling entry function '_Z19scalarDoubleIndexesixdPdS_S_PiS0_' for 'sm_52' | |
ptxas info : Function properties for _Z19scalarDoubleIndexesixdPdS_S_PiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 22 registers, 16 bytes smem, 384 bytes cmem[0], 28 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble6D' for 'sm_52' | |
ptxas info : Function properties for reduceDouble6D | |
72 bytes stack frame, 52 bytes spill stores, 68 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 264 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'fillDimensionalIsMaxFloat' for 'sm_52' | |
ptxas info : Function properties for fillDimensionalIsMaxFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 15 registers, 16 bytes smem, 384 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformDouble' for 'sm_52' | |
ptxas info : Function properties for transformDouble | |
960 bytes stack frame, 1008 bytes spill stores, 1668 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 400 bytes cmem[0], 1072 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
0 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads | |
ptxas info : Compiling entry function 'pairWiseTransformDouble' for 'sm_52' | |
ptxas info : Function properties for pairWiseTransformDouble | |
832 bytes stack frame, 292 bytes spill stores, 400 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 424 bytes cmem[0], 48 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelDouble' for 'sm_52' | |
ptxas info : Function properties for concatKernelDouble | |
744 bytes stack frame, 248 bytes spill stores, 756 bytes spill loads | |
ptxas info : Used 32 registers, 48 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'broadcastDouble' for 'sm_52' | |
ptxas info : Function properties for broadcastDouble | |
176 bytes stack frame, 24 bytes spill stores, 32 bytes spill loads | |
ptxas info : Used 32 registers, 288 bytes smem, 432 bytes cmem[0], 36 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceScalarFloat' for 'sm_52' | |
ptxas info : Function properties for reduceScalarFloat | |
168 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 31 registers, 32 bytes smem, 400 bytes cmem[0], 84 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelHStackFloat' for 'sm_52' | |
ptxas info : Function properties for concatKernelHStackFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 17 registers, 16 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z30pairWiseTransformStridedDoubleixPdS_iiS_S_iPiS0_' for 'sm_52' | |
ptxas info : Function properties for _Z30pairWiseTransformStridedDoubleixPdS_iiS_S_iPiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 22 registers, 16 bytes smem, 400 bytes cmem[0], 40 bytes cmem[2] | |
ptxas info : Compiling entry function 'flattenKernelDouble' for 'sm_52' | |
ptxas info : Function properties for flattenKernelDouble | |
320 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 30 registers, 16 bytes smem, 368 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduce3ScalarFloat' for 'sm_52' | |
ptxas info : Function properties for reduce3ScalarFloat | |
176 bytes stack frame, 64 bytes spill stores, 16 bytes spill loads | |
ptxas info : Used 32 registers, 48 bytes smem, 424 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'prepareShapeBuffer' for 'sm_52' | |
ptxas info : Function properties for prepareShapeBuffer | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 12 registers, 348 bytes cmem[0] | |
/mnt/libnd4j/include/helper_cuda.h(43): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(46): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(49): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(52): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(55): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(58): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(61): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(64): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(67): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(70): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(73): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(76): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(79): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(82): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(85): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(88): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(91): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(94): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(97): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(100): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(103): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(106): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(109): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(112): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(115): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(118): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(121): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(127): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(130): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(133): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(136): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(139): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(142): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(145): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(148): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(151): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(154): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(157): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(160): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(163): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(166): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(169): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(172): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(175): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(178): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(181): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(184): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(187): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(190): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(193): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(196): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(199): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(202): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(205): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(208): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(211): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(229): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(232): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(235): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(246): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(249): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(252): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(255): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(258): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(264): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(267): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(270): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(273): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(276): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(279): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(282): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(285): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(288): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(291): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(294): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(297): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(300): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(303): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(306): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(309): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(312): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(315): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(318): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(324): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(327): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(330): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(333): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(336): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(339): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(345): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(348): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(351): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(354): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(360): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(366): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(369): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(372): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(375): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(378): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(381): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(384): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(387): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(777): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(800): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(900): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(902): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(924): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(940): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/helper_cuda.h(941): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(357): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(359): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/cuda_launch_config.h(359): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(180): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(192): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(192): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/include/buffer.h(261): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(93): warning: variable "ccMinor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(154): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(240): warning: variable "zRank" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(245): warning: variable "regPerBlock" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(260): warning: variable "memory_floor" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(460): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(461): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(554): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(526): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(617): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(679): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(652): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(653): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(655): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(753): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(727): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(794): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(870): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(848): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(849): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(854): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(955): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(902): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(903): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(914): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1008): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(979): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(980): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(992): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1079): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1046): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1047): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1049): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1141): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1113): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1114): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1116): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1216): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1188): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1189): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1191): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1252): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1253): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1321): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1301): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1379): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1358): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1431): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1401): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1402): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1493): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1468): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1555): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1525): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1605): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1583): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1584): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1703): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1789): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1794): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1814): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1868): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1846): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1925): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1897): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1898): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1994): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(1962): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2058): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2124): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2093): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2094): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2096): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2201): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2269): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2240): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2328): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2298): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2299): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2309): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2430): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2359): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2360): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2371): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2490): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2456): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2457): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2459): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2468): warning: variable "allocPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2563): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2528): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2529): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2531): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2628): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2592): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2593): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2595): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2721): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2671): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2674): warning: variable "hostTADShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2774): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2751): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2752): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2831): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2806): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2891): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2865): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2866): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2914): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2915): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3010): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(2978): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3074): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3042): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3128): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3103): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3104): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3228): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3240): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3253): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3259): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3272): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3284): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3293): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3337): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3342): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3302): warning: variable "dimensionHostPointer" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3363): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3421): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3396): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3397): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3599): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3580): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3582): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3643): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3627): warning: variable "hostXShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3629): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3829): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3838): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3857): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3876): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3921): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3947): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3959): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3969): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3978): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3988): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(3998): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4129): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4060): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4061): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4221): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4152): warning: variable "hostYShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4153): warning: variable "hostZShapeInfo" was declared but never referenced | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4257): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
/mnt/libnd4j/blas/cuda/NativeOps.cu(4278): warning: conversion from a string literal to "char *" is deprecated | |
ptxas info : 559 bytes gmem, 49448 bytes cmem[3] | |
ptxas info : Compiling entry function '_Z11scalarFloatixfPfiS_S_iPi' for 'sm_53' | |
ptxas info : Function properties for _Z11scalarFloatixfPfiS_S_iPi | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 23 registers, 16 bytes smem, 392 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble1D' for 'sm_53' | |
ptxas info : Function properties for reduceDouble1D | |
32 bytes stack frame, 16 bytes spill stores, 16 bytes spill loads | |
ptxas info : Used 32 registers, 128 bytes smem, 408 bytes cmem[0], 264 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'fillIsMaxDouble' for 'sm_53' | |
ptxas info : Function properties for fillIsMaxDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 10 registers, 344 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z14transformFloatixPfiS_S_iPiS_' for 'sm_53' | |
ptxas info : Function properties for _Z14transformFloatixPfiS_S_iPiS_ | |
56 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 28 registers, 16 bytes smem, 392 bytes cmem[0], 372 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z16indexReduceFloatiPfPiiS_S_S0_iS0_iiS0_S_S0_S0_' for 'sm_53' | |
ptxas info : Function properties for _Z16indexReduceFloatiPfPiiS_S_S0_iS0_iiS0_S_S0_S0_ | |
344 bytes stack frame, 32 bytes spill stores, 32 bytes spill loads | |
ptxas info : Used 32 registers, 112 bytes smem, 432 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelVStackDouble' for 'sm_53' | |
ptxas info : Function properties for concatKernelVStackDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 15 registers, 16 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'scalarFloat' for 'sm_53' | |
ptxas info : Function properties for scalarFloat | |
488 bytes stack frame, 216 bytes spill stores, 416 bytes spill loads | |
ptxas info : Used 32 registers, 80 bytes smem, 392 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat6D' for 'sm_53' | |
ptxas info : Function properties for reduceFloat6D | |
56 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 84 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelScalarDouble' for 'sm_53' | |
ptxas info : Function properties for concatKernelScalarDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 10 registers, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z27pairWiseTransformFloatIndexiPfS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_' for 'sm_53' | |
ptxas info : Function properties for _Z27pairWiseTransformFloatIndexiPfS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 22 registers, 16 bytes smem, 448 bytes cmem[0], 32 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z23summaryStatsReduceFloatiPfPiiS_S_S0_iS0_iibS0_S_S0_S0_' for 'sm_53' | |
ptxas info : Function properties for _Z23summaryStatsReduceFloatiPfPiiS_S_S0_iS0_iibS0_S_S0_S0_ | |
408 bytes stack frame, 288 bytes spill stores, 680 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 440 bytes cmem[0], 76 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduce3Float' for 'sm_53' | |
ptxas info : Function properties for reduce3Float | |
600 bytes stack frame, 300 bytes spill stores, 268 bytes spill loads | |
ptxas info : Used 32 registers, 144 bytes smem, 424 bytes cmem[0], 20 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformFloatIndexes' for 'sm_53' | |
ptxas info : Function properties for transformFloatIndexes | |
904 bytes stack frame, 640 bytes spill stores, 1140 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 392 bytes cmem[0], 380 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z18scalarFloatIndexesixfPfS_S_PiS0_' for 'sm_53' | |
ptxas info : Function properties for _Z18scalarFloatIndexesixfPfS_S_PiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 21 registers, 16 bytes smem, 384 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat' for 'sm_53' | |
ptxas info : Function properties for reduceFloat | |
176 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 84 bytes cmem[2] | |
ptxas info : Compiling entry function 'fillDimensionalIsMaxDouble' for 'sm_53' | |
ptxas info : Function properties for fillDimensionalIsMaxDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 15 registers, 16 bytes smem, 384 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformFloat' for 'sm_53' | |
ptxas info : Function properties for transformFloat | |
904 bytes stack frame, 640 bytes spill stores, 1140 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 400 bytes cmem[0], 380 bytes cmem[2] | |
ptxas info : Compiling entry function 'pairWiseTransformFloat' for 'sm_53' | |
ptxas info : Function properties for pairWiseTransformFloat | |
824 bytes stack frame, 300 bytes spill stores, 384 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 424 bytes cmem[0], 32 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelFloat' for 'sm_53' | |
ptxas info : Function properties for concatKernelFloat | |
744 bytes stack frame, 248 bytes spill stores, 756 bytes spill loads | |
ptxas info : Used 32 registers, 48 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'broadcastFloat' for 'sm_53' | |
ptxas info : Function properties for broadcastFloat | |
168 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 30 registers, 288 bytes smem, 432 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceScalarDouble' for 'sm_53' | |
ptxas info : Function properties for reduceScalarDouble | |
168 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 31 registers, 32 bytes smem, 400 bytes cmem[0], 264 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'concatKernelHStackDouble' for 'sm_53' | |
ptxas info : Function properties for concatKernelHStackDouble | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 17 registers, 16 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z29pairWiseTransformStridedFloatixPfS_iiS_S_iPiS0_' for 'sm_53' | |
ptxas info : Function properties for _Z29pairWiseTransformStridedFloatixPfS_iiS_S_iPiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 18 registers, 16 bytes smem, 400 bytes cmem[0], 24 bytes cmem[2] | |
ptxas info : Compiling entry function 'flattenKernelFloat' for 'sm_53' | |
ptxas info : Function properties for flattenKernelFloat | |
320 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 30 registers, 16 bytes smem, 368 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduce3ScalarDouble' for 'sm_53' | |
ptxas info : Function properties for reduce3ScalarDouble | |
176 bytes stack frame, 64 bytes spill stores, 16 bytes spill loads | |
ptxas info : Used 32 registers, 80 bytes smem, 424 bytes cmem[0], 36 bytes cmem[2] | |
ptxas info : Compiling entry function 'prepareDimensionalShapeBuffer' for 'sm_53' | |
ptxas info : Function properties for prepareDimensionalShapeBuffer | |
8 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 19 registers, 344 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z12scalarDoubleixdPdiS_S_iPi' for 'sm_53' | |
ptxas info : Function properties for _Z12scalarDoubleixdPdiS_S_iPi | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 26 registers, 16 bytes smem, 392 bytes cmem[0], 28 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble' for 'sm_53' | |
ptxas info : Function properties for reduceDouble | |
192 bytes stack frame, 52 bytes spill stores, 68 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 264 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'fillIsMaxFloat' for 'sm_53' | |
ptxas info : Function properties for fillIsMaxFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 8 registers, 344 bytes cmem[0], 4 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z15transformDoubleixPdiS_S_iPiS_' for 'sm_53' | |
ptxas info : Function properties for _Z15transformDoubleixPdiS_S_iPiS_ | |
96 bytes stack frame, 80 bytes spill stores, 80 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 392 bytes cmem[0], 1056 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
0 bytes stack frame, 4 bytes spill stores, 4 bytes spill loads | |
ptxas info : Compiling entry function '_Z17indexReduceDoubleiPdPiiS_S_S0_iS0_iiS0_S_S0_S0_' for 'sm_53' | |
ptxas info : Function properties for _Z17indexReduceDoubleiPdPiiS_S_S0_iS0_iiS0_S_S0_S0_ | |
392 bytes stack frame, 116 bytes spill stores, 164 bytes spill loads | |
ptxas info : Used 32 registers, 112 bytes smem, 432 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelVStackFloat' for 'sm_53' | |
ptxas info : Function properties for concatKernelVStackFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 15 registers, 16 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'scalarDouble' for 'sm_53' | |
ptxas info : Function properties for scalarDouble | |
496 bytes stack frame, 240 bytes spill stores, 440 bytes spill loads | |
ptxas info : Used 32 registers, 80 bytes smem, 400 bytes cmem[0], 36 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceFloat1D' for 'sm_53' | |
ptxas info : Function properties for reduceFloat1D | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 24 registers, 128 bytes smem, 408 bytes cmem[0], 84 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelScalarFloat' for 'sm_53' | |
ptxas info : Function properties for concatKernelScalarFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 11 registers, 376 bytes cmem[0] | |
ptxas info : Compiling entry function '_Z28pairWiseTransformDoubleIndexiPdS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_' for 'sm_53' | |
ptxas info : Function properties for _Z28pairWiseTransformDoubleIndexiPdS_S_S_PiiS0_iS0_iS0_S0_S0_S0_S0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 22 registers, 16 bytes smem, 448 bytes cmem[0], 48 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z24summaryStatsReduceDoubleiPdPiiS_S_S0_iS0_iibS0_S_S0_S0_' for 'sm_53' | |
ptxas info : Function properties for _Z24summaryStatsReduceDoubleiPdPiiS_S_S0_iS0_iibS0_S_S0_S0_ | |
576 bytes stack frame, 9716 bytes spill stores, 8124 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 440 bytes cmem[0], 256 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'reduce3Double' for 'sm_53' | |
ptxas info : Function properties for reduce3Double | |
632 bytes stack frame, 828 bytes spill stores, 756 bytes spill loads | |
ptxas info : Used 32 registers, 176 bytes smem, 424 bytes cmem[0], 40 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformDoubleIndexes' for 'sm_53' | |
ptxas info : Function properties for transformDoubleIndexes | |
960 bytes stack frame, 1008 bytes spill stores, 1668 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 392 bytes cmem[0], 1072 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
0 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads | |
ptxas info : Compiling entry function '_Z19scalarDoubleIndexesixdPdS_S_PiS0_' for 'sm_53' | |
ptxas info : Function properties for _Z19scalarDoubleIndexesixdPdS_S_PiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 22 registers, 16 bytes smem, 384 bytes cmem[0], 28 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceDouble6D' for 'sm_53' | |
ptxas info : Function properties for reduceDouble6D | |
72 bytes stack frame, 52 bytes spill stores, 68 bytes spill loads | |
ptxas info : Used 32 registers, 336 bytes smem, 408 bytes cmem[0], 264 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Compiling entry function 'fillDimensionalIsMaxFloat' for 'sm_53' | |
ptxas info : Function properties for fillDimensionalIsMaxFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 15 registers, 16 bytes smem, 384 bytes cmem[0], 12 bytes cmem[2] | |
ptxas info : Compiling entry function 'transformDouble' for 'sm_53' | |
ptxas info : Function properties for transformDouble | |
960 bytes stack frame, 1008 bytes spill stores, 1668 bytes spill loads | |
ptxas info : Used 32 registers, 352 bytes smem, 400 bytes cmem[0], 1072 bytes cmem[2] | |
ptxas info : Function properties for __internal_accurate_pow | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Function properties for __internal_trig_reduction_slowpathd | |
0 bytes stack frame, 8 bytes spill stores, 8 bytes spill loads | |
ptxas info : Compiling entry function 'pairWiseTransformDouble' for 'sm_53' | |
ptxas info : Function properties for pairWiseTransformDouble | |
832 bytes stack frame, 292 bytes spill stores, 400 bytes spill loads | |
ptxas info : Used 32 registers, 16 bytes smem, 424 bytes cmem[0], 48 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelDouble' for 'sm_53' | |
ptxas info : Function properties for concatKernelDouble | |
744 bytes stack frame, 248 bytes spill stores, 756 bytes spill loads | |
ptxas info : Used 32 registers, 48 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'broadcastDouble' for 'sm_53' | |
ptxas info : Function properties for broadcastDouble | |
176 bytes stack frame, 24 bytes spill stores, 32 bytes spill loads | |
ptxas info : Used 32 registers, 288 bytes smem, 432 bytes cmem[0], 36 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduceScalarFloat' for 'sm_53' | |
ptxas info : Function properties for reduceScalarFloat | |
168 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 31 registers, 32 bytes smem, 400 bytes cmem[0], 84 bytes cmem[2] | |
ptxas info : Compiling entry function 'concatKernelHStackFloat' for 'sm_53' | |
ptxas info : Function properties for concatKernelHStackFloat | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 17 registers, 16 bytes smem, 376 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function '_Z30pairWiseTransformStridedDoubleixPdS_iiS_S_iPiS0_' for 'sm_53' | |
ptxas info : Function properties for _Z30pairWiseTransformStridedDoubleixPdS_iiS_S_iPiS0_ | |
24 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 22 registers, 16 bytes smem, 400 bytes cmem[0], 40 bytes cmem[2] | |
ptxas info : Compiling entry function 'flattenKernelDouble' for 'sm_53' | |
ptxas info : Function properties for flattenKernelDouble | |
320 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 30 registers, 16 bytes smem, 368 bytes cmem[0], 8 bytes cmem[2] | |
ptxas info : Compiling entry function 'reduce3ScalarFloat' for 'sm_53' | |
ptxas info : Function properties for reduce3ScalarFloat | |
176 bytes stack frame, 64 bytes spill stores, 16 bytes spill loads | |
ptxas info : Used 32 registers, 48 bytes smem, 424 bytes cmem[0], 16 bytes cmem[2] | |
ptxas info : Compiling entry function 'prepareShapeBuffer' for 'sm_53' | |
ptxas info : Function properties for prepareShapeBuffer | |
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads | |
ptxas info : Used 12 registers, 348 bytes cmem[0] | |
/mnt/libnd4j/include/pairwise_util.h:236:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel | |
^ | |
/mnt/libnd4j/include/shape.h:4004:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/shape.h:4199:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/shape.h:4203:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/ops.h:1218:0: warning: ignoring #pragma omp declare [-Wunknown-pragmas] | |
#pragma omp declare simd uniform(extraParamsRef) | |
^ | |
/mnt/libnd4j/include/reduce3.h:559:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/reduce3.h:569:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/reduce3.h:703:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for | |
^ | |
/mnt/libnd4j/include/reduce3.h:732:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for | |
^ | |
/mnt/libnd4j/include/reduce.h:548:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for if (resultLength > 16 && tadLength > 16) | |
^ | |
/mnt/libnd4j/include/reduce.h:554:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/reduce.h:561:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/reduce.h:573:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for schedule(guided) if (resultLength > 16 && tadLength > 16) | |
^ | |
/mnt/libnd4j/include/reduce.h:639:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/reduce.h:654:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel | |
^ | |
/mnt/libnd4j/include/reduce.h:669:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/reduce.h:680:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/reduce.h:697:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/reduce.h:714:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel | |
^ | |
/mnt/libnd4j/include/reduce.h:721:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/reduce.h:736:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/indexreduce.h:446:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/indexreduce.h:462:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel | |
^ | |
/mnt/libnd4j/include/indexreduce.h:490:0: warning: ignoring #pragma omp critical [-Wunknown-pragmas] | |
#pragma omp critical | |
^ | |
/mnt/libnd4j/include/indexreduce.h:550:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for schedule(guided) if (resultLength > 32) | |
^ | |
/mnt/libnd4j/include/indexreduce.h:596:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for schedule(guided) if (resultLength > 32) | |
^ | |
/mnt/libnd4j/include/indexreduce.h:639:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for schedule(guided) if (resultLength > 32) | |
^ | |
/mnt/libnd4j/include/indexreduce.h:646:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/pairwise_transform.h:356:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd schedule(guided) | |
^ | |
/mnt/libnd4j/include/pairwise_transform.h:527:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd schedule(guided) | |
^ | |
/mnt/libnd4j/include/pairwise_transform.h:532:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/pairwise_transform.h:540:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd schedule(guided) if (n > 2048) | |
^ | |
/mnt/libnd4j/include/pairwise_transform.h:546:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/scalar.h:284:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd schedule(guided) if (n > 2048) | |
^ | |
/mnt/libnd4j/include/scalar.h:374:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd schedule(guided) if (n > 2048) | |
^ | |
/mnt/libnd4j/include/scalar.h:412:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd schedule(guided) | |
^ | |
/mnt/libnd4j/include/scalar.h:417:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/scalar.h:426:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd schedule(guided) | |
^ | |
/mnt/libnd4j/include/scalar.h:431:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/broadcasting.h:187:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for schedule(guided) if (tads > 16) | |
^ | |
/mnt/libnd4j/include/broadcasting.h:196:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/broadcasting.h:201:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/broadcasting.h:219:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for schedule(guided) | |
^ | |
/mnt/libnd4j/include/special_ops.h:888:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd reduction(max:max) shared(result) | |
^ | |
/mnt/libnd4j/include/special_ops.h:893:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd reduction(+:sum) shared(result) | |
^ | |
/mnt/libnd4j/include/special_ops.h:900:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd | |
^ | |
/mnt/libnd4j/include/special_ops.h:907:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd reduction(max:max) shared(result, elementWiseStride) | |
^ | |
/mnt/libnd4j/include/special_ops.h:912:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd reduction(+:sum) shared(result, elementWiseStride) | |
^ | |
/mnt/libnd4j/include/special_ops.h:919:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd | |
^ | |
/mnt/libnd4j/include/special_ops.h:1026:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/special_ops.h:1050:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/special_ops.h:1057:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/special_ops.h:1080:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd reduction(max:max) shared(result) schedule(guided) | |
^ | |
/mnt/libnd4j/include/special_ops.h:1085:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd reduction(+:sum) shared(result) schedule(guided) | |
^ | |
/mnt/libnd4j/include/special_ops.h:1092:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd schedule(guided) | |
^ | |
/mnt/libnd4j/include/special_ops.h:1100:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd reduction(max:max) shared(result) schedule(guided) | |
^ | |
/mnt/libnd4j/include/special_ops.h:1106:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd reduction(+:sum) shared(result, elementWiseStride) schedule(guided) | |
^ | |
/mnt/libnd4j/include/special_ops.h:1113:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd schedule(guided) | |
^ | |
/mnt/libnd4j/include/special_ops.h:1201:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/special_ops.h:1218:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for shared(maxIdx,currMax) schedule(guided) | |
^ | |
/mnt/libnd4j/include/special_ops.h:1236:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/special_ops.h:1251:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for shared(maxIdx,currMax) schedule(guided) | |
^ | |
/mnt/libnd4j/include/special_ops.h:1374:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/special_ops.h:1387:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd shared(maxIdx,currMax) schedule(guided) | |
^ | |
/mnt/libnd4j/include/special_ops.h:1408:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/special_ops.h:1420:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd shared(maxIdx,currMax) schedule(guided) | |
^ | |
/mnt/libnd4j/include/special_ops.h:1458:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for | |
^ | |
/mnt/libnd4j/include/transform.h:363:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd schedule(guided) | |
^ | |
/mnt/libnd4j/include/transform.h:378:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd schedule(guided) | |
^ | |
/mnt/libnd4j/include/transform.h:383:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/transform.h:389:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for simd schedule(guided) if (n > 2048) | |
^ | |
/mnt/libnd4j/include/summarystatsreduce.h:728:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for | |
^ | |
/mnt/libnd4j/include/summarystatsreduce.h:769:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas] | |
#pragma omp parallel for | |
^ | |
/mnt/libnd4j/include/summarystatsreduce.h:774:0: warning: ignoring #pragma omp simd [-Wunknown-pragmas] | |
#pragma omp simd | |
^ | |
/mnt/libnd4j/include/helper_cuda.h: In function ‘char* _cudaGetErrorEnum(cudaError_t)’: | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorAssert’ not handled in switch [-Wswitch] | |
switch (error) | |
^ | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorTooManyPeers’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorHostMemoryAlreadyRegistered’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorHostMemoryNotRegistered’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorOperatingSystem’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorPeerAccessUnsupported’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorLaunchMaxDepthExceeded’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorLaunchFileScopedTex’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorLaunchFileScopedSurf’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorSyncDepthExceeded’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorLaunchPendingCountExceeded’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorNotPermitted’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorNotSupported’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorHardwareStackError’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorIllegalInstruction’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorMisalignedAddress’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorInvalidAddressSpace’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorInvalidPc’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorIllegalAddress’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorInvalidPtx’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:40:8: warning: enumeration value ‘cudaErrorInvalidGraphicsContext’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h: In function ‘char* _cudaGetErrorEnum(CUresult)’: | |
/mnt/libnd4j/include/helper_cuda.h:243:8: warning: enumeration value ‘CUDA_ERROR_PEER_ACCESS_UNSUPPORTED’ not handled in switch [-Wswitch] | |
switch (error) | |
^ | |
/mnt/libnd4j/include/helper_cuda.h:243:8: warning: enumeration value ‘CUDA_ERROR_INVALID_PTX’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:243:8: warning: enumeration value ‘CUDA_ERROR_INVALID_GRAPHICS_CONTEXT’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:243:8: warning: enumeration value ‘CUDA_ERROR_ILLEGAL_ADDRESS’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:243:8: warning: enumeration value ‘CUDA_ERROR_HARDWARE_STACK_ERROR’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:243:8: warning: enumeration value ‘CUDA_ERROR_ILLEGAL_INSTRUCTION’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:243:8: warning: enumeration value ‘CUDA_ERROR_MISALIGNED_ADDRESS’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:243:8: warning: enumeration value ‘CUDA_ERROR_INVALID_ADDRESS_SPACE’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:243:8: warning: enumeration value ‘CUDA_ERROR_INVALID_PC’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:243:8: warning: enumeration value ‘CUDA_ERROR_NOT_PERMITTED’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/include/helper_cuda.h:243:8: warning: enumeration value ‘CUDA_ERROR_NOT_SUPPORTED’ not handled in switch [-Wswitch] | |
/mnt/libnd4j/blas/cuda/NativeOps.cu: In member function ‘int NativeOps::memcpyAsync(Nd4jPointer, Nd4jPointer, Nd4jIndex, int, Nd4jPointer)’: | |
/mnt/libnd4j/blas/cuda/NativeOps.cu:3949:115: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘Nd4jPointer {aka void*}’ [-Wformat=] | |
printf("Failed on [%lu] -> [%lu], size: [%i], direction: [%i], result: [%i]\n", src, dst, size, flags, (int) result ); | |
^ | |
/mnt/libnd4j/blas/cuda/NativeOps.cu:3949:115: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘Nd4jPointer {aka void*}’ [-Wformat=] | |
/mnt/libnd4j/blas/cuda/NativeOps.cu:3949:115: warning: format ‘%i’ expects argument of type ‘int’, but argument 4 has type ‘Nd4jIndex {aka long long int}’ [-Wformat=] | |
/mnt/libnd4j/blas/cuda/NativeOps.cu: In member function ‘int NativeOps::memcpyConstantAsync(Nd4jIndex, Nd4jPointer, Nd4jIndex, int, Nd4jPointer)’: | |
/mnt/libnd4j/blas/cuda/NativeOps.cu:4280:95: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘Nd4jPointer {aka void*}’ [-Wformat=] | |
printf("Symbol failed on [%lu] -> [%lu], size: [%i], direction: [%i]\n", src, dst, size, flags ); | |
^ | |
/mnt/libnd4j/blas/cuda/NativeOps.cu:4280:95: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘Nd4jIndex {aka long long int}’ [-Wformat=] | |
/mnt/libnd4j/blas/cuda/NativeOps.cu:4280:95: warning: format ‘%i’ expects argument of type ‘int’, but argument 4 has type ‘Nd4jIndex {aka long long int}’ [-Wformat=] | |
/mnt/libnd4j/include/buffer.h: In instantiation of ‘nd4j::buffer::Buffer<T>* nd4j::buffer::createBuffer(T*, int, cudaStream_t) [with T = int; cudaStream_t = CUstream_st*]’: | |
/mnt/libnd4j/blas/cuda/NativeOps.cu:344:113: required from here | |
/mnt/libnd4j/include/buffer.h:263:233: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
checkCudaErrors(cudaMemcpyAsync(ret->gData, ret->data, sizeof(T) * length, cudaMemcpyHostToDevice, stream)); | |
^ | |
/mnt/libnd4j/include/buffer.h:263:233: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
/mnt/libnd4j/include/buffer.h: In instantiation of ‘void nd4j::buffer::copyDataToGpu(nd4j::buffer::Buffer<T>**, cudaStream_t) [with T = int; cudaStream_t = CUstream_st*]’: | |
/mnt/libnd4j/blas/cuda/NativeOps.cu:345:42: required from here | |
/mnt/libnd4j/include/buffer.h:179:263: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
checkCudaErrors(cudaMemcpyAsync(bufferRef->gData, bufferRef->data, bufferSize(bufferRef), cudaMemcpyHostToDevice, stream)); | |
^ | |
/mnt/libnd4j/include/buffer.h:179:263: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] | |
/mnt/libnd4j/blas/cuda/NativeOps.cu: In member function ‘int NativeOps::memcpyAsync(Nd4jPointer, Nd4jPointer, Nd4jIndex, int, Nd4jPointer)’: | |
/mnt/libnd4j/blas/cuda/NativeOps.cu:3946:98: warning: ‘kind’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
cudaError_t result = cudaMemcpyAsync((void *) dst, (const void *) src, (size_t) size, kind, *pStream); | |
^ | |
/mnt/libnd4j/blas/cuda/NativeOps.cu:3918:16: note: ‘kind’ was declared here | |
cudaMemcpyKind kind; | |
^ | |
/usr/local/cuda/include/cuda_runtime.h: In member function ‘int NativeOps::memcpyConstantAsync(Nd4jIndex, Nd4jPointer, Nd4jIndex, int, Nd4jPointer)’: | |
/usr/local/cuda/include/cuda_runtime.h:624:91: warning: ‘kind’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
return ::cudaMemcpyToSymbolAsync((const void*)&symbol, src, count, offset, kind, stream); | |
^ | |
/mnt/libnd4j/blas/cuda/NativeOps.cu:4254:16: note: ‘kind’ was declared here | |
cudaMemcpyKind kind; | |
^ | |
/mnt/libnd4j/include/helper_cuda.h: At global scope: | |
/mnt/libnd4j/include/helper_cuda.h:241:14: warning: ‘char* _cudaGetErrorEnum(CUresult)’ defined but not used [-Wunused-function] | |
static char *_cudaGetErrorEnum(CUresult error) | |
^ | |
Generated /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/./nd4j_generated_NativeOps.cu.o successfully. | |
/usr/bin/cmake -E cmake_progress_report /mnt/libnd4j/blasbuild/cuda/CMakeFiles 1 | |
[100%] Building NVCC (Device) object blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeBlas.cu.o | |
cd /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda && /usr/bin/cmake -E make_directory /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/. | |
cd /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda && /usr/bin/cmake -D verbose:BOOL=ON -D build_configuration:STRING=Release -D generated_file:STRING=/mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/./nd4j_generated_NativeBlas.cu.o -D generated_cubin_file:STRING=/mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/./nd4j_generated_NativeBlas.cu.o.cubin.txt -P /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeBlas.cu.o.cmake | |
-- Removing /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/./nd4j_generated_NativeBlas.cu.o | |
/usr/bin/cmake -E remove /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/./nd4j_generated_NativeBlas.cu.o | |
-- Generating dependency file: /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeBlas.cu.o.NVCC-depend | |
/usr/local/cuda/bin/nvcc -M -D__CUDACC__ /mnt/libnd4j/blas/cuda/NativeBlas.cu -o /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeBlas.cu.o.NVCC-depend -m64 --std c++11 -D__CUDABLAS__=true -Dnd4j_EXPORTS -Xcompiler ,\"-Wall\",\"-O3\",\"-Wl,-rpath,$ORIGIN/\",\"-fPIC\",\"-Wall\",\"-O3\",\"-fassociative-math\",\"-funsafe-math-optimizations\" --ptxas-options=-v -DVERBOSE -lcublas --cudart=static -O3 --maxrregcount 32 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_53,code=sm_53 -DNVCC -I/usr/local/cuda/include -I/mnt/libnd4j/include -I/usr/include -I/usr/local/include -I/usr/local/cuda/include | |
-- Generating temporary cmake readable file: /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeBlas.cu.o.depend.tmp | |
/usr/bin/cmake -D input_file:FILEPATH=/mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeBlas.cu.o.NVCC-depend -D output_file:FILEPATH=/mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeBlas.cu.o.depend.tmp -P /mnt/libnd4j/cmake/FindCUDA/make2cmake.cmake | |
-- Copy if different /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeBlas.cu.o.depend.tmp to /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeBlas.cu.o.depend | |
/usr/bin/cmake -E copy_if_different /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeBlas.cu.o.depend.tmp /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeBlas.cu.o.depend | |
-- Removing /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeBlas.cu.o.depend.tmp and /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeBlas.cu.o.NVCC-depend | |
/usr/bin/cmake -E remove /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeBlas.cu.o.depend.tmp /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeBlas.cu.o.NVCC-depend | |
-- Generating /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/./nd4j_generated_NativeBlas.cu.o | |
/usr/local/cuda/bin/nvcc /mnt/libnd4j/blas/cuda/NativeBlas.cu -c -o /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/./nd4j_generated_NativeBlas.cu.o -m64 --std c++11 -D__CUDABLAS__=true -Dnd4j_EXPORTS -Xcompiler ,\"-Wall\",\"-O3\",\"-Wl,-rpath,$ORIGIN/\",\"-fPIC\",\"-Wall\",\"-O3\",\"-fassociative-math\",\"-funsafe-math-optimizations\" --ptxas-options=-v -DVERBOSE -lcublas --cudart=static -O3 --maxrregcount 32 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_53,code=sm_53 -DNVCC -I/usr/local/cuda/include -I/mnt/libnd4j/include -I/usr/include -I/usr/local/include -I/usr/local/cuda/include | |
ptxas info : 0 bytes gmem | |
ptxas info : 0 bytes gmem | |
ptxas info : 0 bytes gmem | |
ptxas info : 0 bytes gmem | |
ptxas info : 0 bytes gmem | |
ptxas info : 0 bytes gmem | |
Generated /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/cuda/./nd4j_generated_NativeBlas.cu.o successfully. | |
cd /mnt/libnd4j/blasbuild/cuda && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /mnt/libnd4j /mnt/libnd4j/blas /mnt/libnd4j/blasbuild/cuda /mnt/libnd4j/blasbuild/cuda/blas /mnt/libnd4j/blasbuild/cuda/blas/CMakeFiles/nd4j.dir/DependInfo.cmake --color= | |
Scanning dependencies of target nd4j | |
make[2]: Leaving directory `/mnt/libnd4j/blasbuild/cuda' | |
make -f blas/CMakeFiles/nd4j.dir/build.make blas/CMakeFiles/nd4j.dir/build | |
make[2]: Entering directory `/mnt/libnd4j/blasbuild/cuda' | |
Linking CXX shared library libnd4j.so | |
cd /mnt/libnd4j/blasbuild/cuda/blas && /usr/bin/cmake -E cmake_link_script CMakeFiles/nd4j.dir/link.txt --verbose=1 | |
/usr/bin/c++ -fPIC -Wall -O3 -Wl,-rpath,$ORIGIN/ -Wall -O3 -std=c++11 -fassociative-math -funsafe-math-optimizations -shared -Wl,-soname,libnd4j.so -o libnd4j.so CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeBlas.cu.o CMakeFiles/nd4j.dir/cuda/nd4j_generated_NativeOps.cu.o /usr/local/cuda/lib64/libcudart_static.a -lpthread -lrt -ldl /usr/local/cuda/lib64/libcudart_static.a -lpthread -lrt -ldl /usr/local/cuda/lib64/libcublas.so -Wl,-rpath,/usr/local/cuda/lib64 | |
make[2]: Leaving directory `/mnt/libnd4j/blasbuild/cuda' | |
/usr/bin/cmake -E cmake_progress_report /mnt/libnd4j/blasbuild/cuda/CMakeFiles 1 2 | |
[100%] Built target nd4j | |
make[1]: Leaving directory `/mnt/libnd4j/blasbuild/cuda' | |
/usr/bin/cmake -E cmake_progress_start /mnt/libnd4j/blasbuild/cuda/CMakeFiles 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment