Skip to content

Instantly share code, notes, and snippets.

@rrnewton
Created February 17, 2014 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rrnewton/9057499 to your computer and use it in GitHub Desktop.
Save rrnewton/9057499 to your computer and use it in GitHub Desktop.
Having problems using the same test harness for CUDA backend
$ ./dist/dist-sandbox-463d1a75/build/test-accelerate-cuda-backend/test-accelerate-cuda-backend --threads=1
[Note: passing through options to test-framework]: --threads=1
[!] Testing backend: <CUDA-Backend: DeviceProperties {deviceName = "GeForce GT 430", computeCapability = 2.1, totalGlobalMem = 1072889856, totalConstMem = 65536, sharedMemPerBlock = 49152, regsPerBlock = 32768, warpSize = 32, maxThreadsPerBlock = 1024, maxThreadsPerMultiProcessor = 1536, maxBlockSize = (1024,1024,64), maxGridSize = (65535,65535,65535), maxTextureDim1D = 65536, maxTextureDim2D = (65536,65535), maxTextureDim3D = (2048,2048,2048), clockRate = 1400000, multiProcessorCount = 2, memPitch = 2147483647, memBusWidth = 128, memClockRate = 800000, textureAlignment = 512, computeMode = Default, deviceOverlap = True, concurrentKernels = True, eccEnabled = False, asyncEngineCount = 1, cacheMemL2 = 131072, tccDriverEnabled = False, pciInfo = PCI {busID = 1, deviceID = 0, domainID = 0}, kernelExecTimeoutEnabled = True, integrated = False, canMapHostMemory = True, unifiedAddressing = True}, Context {useContext = 0x0000000002a03400}>
[main] First checking that all named tests can be found within 'allProgs'...
[main] Yep, all mentioned tests are there.
run test 1/82 p0:: [OK]
run test 2/82 p1:: [Failed]
ERROR:
*** Internal error in package accelerate-cuda ***
*** Please submit a bug report at https://github.com/AccelerateHS/accelerate/issues
./Data/Array/Accelerate/CUDA/Compile.hs:187 (compile): expected fused/delayable array
run test 3/82 p10:: [Failed]
ERROR:
*** Internal error in package accelerate-cuda ***
*** Please submit a bug report at https://github.com/AccelerateHS/accelerate/issues
./Data/Array/Accelerate/CUDA/CodeGen.hs:165 (codegenAcc): unexpected fusible material: Replicate
run test 4/82 p10b:: [Failed]
ERROR:
*** Internal error in package accelerate-cuda ***
*** Please submit a bug report at https://github.com/AccelerateHS/accelerate/issues
./Data/Array/Accelerate/CUDA/CodeGen.hs:165 (codegenAcc): unexpected fusible material: Replicate
run test 5/82 p10c:: [Failed]
ERROR:
*** Internal error in package accelerate-cuda ***
*** Please submit a bug report at https://github.com/AccelerateHS/accelerate/issues
./Data/Array/Accelerate/CUDA/CodeGen.hs:165 (codegenAcc): unexpected fusible material: Replicate
run test 6/82 p10d:: [Failed]
ERROR:
*** Internal error in package accelerate-cuda ***
*** Please submit a bug report at https://github.com/AccelerateHS/accelerate/issues
./Data/Array/Accelerate/CUDA/CodeGen.hs:165 (codegenAcc): unexpected fusible material: Replicate
run test 7/82 p10e:: [Failed]
ERROR:
*** Internal error in package accelerate-cuda ***
*** Please submit a bug report at https://github.com/AccelerateHS/accelerate/issues
./Data/Array/Accelerate/CUDA/CodeGen.hs:165 (codegenAcc): unexpected fusible material: Replicate
run test 8/82 p10f:: [Failed]
ERROR:
*** Internal error in package accelerate-cuda ***
*** Please submit a bug report at https://github.com/AccelerateHS/accelerate/issues
./Data/Array/Accelerate/CUDA/CodeGen.hs:165 (codegenAcc): unexpected fusible material: Replicate
run test 9/82 p10g:: [Failed]
ERROR:
*** Internal error in package accelerate-cuda ***
*** Please submit a bug report at https://github.com/AccelerateHS/accelerate/issues
./Data/Array/Accelerate/CUDA/CodeGen.hs:165 (codegenAcc): unexpected fusible material: Replicate
run test 10/82 p10h:: [Failed]
ERROR:
*** Internal error in package accelerate-cuda ***
*** Please submit a bug report at https://github.com/AccelerateHS/accelerate/issues
./Data/Array/Accelerate/CUDA/CodeGen.hs:165 (codegenAcc): unexpected fusible material: Slice
run test 11/82 p10i:: [Failed]
ERROR:
*** Internal error in package accelerate-cuda ***
*** Please submit a bug report at https://github.com/AccelerateHS/accelerate/issues
./Data/Array/Accelerate/CUDA/CodeGen.hs:165 (codegenAcc): unexpected fusible material: Slice
run test 12/82 p11:: [OK]
run test 13/82 p11b:: [OK]
run test 14/82 p11c:: [OK]
/nfs/nfs3/home/rrnewton/working_copies/accelerate/.cabal-sandbox/share/x86_64-linux-ghc-7.6.3/accelerate-cuda-0.13.0.99/cubits/accelerate_cuda_function.h(214): error: identifier "__shfl_up" is undefined
/nfs/nfs3/home/rrnewton/working_copies/accelerate/.cabal-sandbox/share/x86_64-linux-ghc-7.6.3/accelerate-cuda-0.13.0.99/cubits/accelerate_cuda_function.h(222): error: identifier "__shfl_up" is undefined
/nfs/nfs3/home/rrnewton/working_copies/accelerate/.cabal-sandbox/share/x86_64-linux-ghc-7.6.3/accelerate-cuda-0.13.0.99/cubits/accelerate_cuda_function.h(228): error: identifier "__shfl_up" is undefined
/nfs/nfs3/home/rrnewton/working_copies/accelerate/.cabal-sandbox/share/x86_64-linux-ghc-7.6.3/accelerate-cuda-0.13.0.99/cubits/accelerate_cuda_function.h(238): error: identifier "__shfl_up" is undefined
/nfs/nfs3/home/rrnewton/working_copies/accelerate/.cabal-sandbox/share/x86_64-linux-ghc-7.6.3/accelerate-cuda-0.13.0.99/cubits/accelerate_cuda_function.h(251): error: identifier "__shfl_xor" is undefined
/nfs/nfs3/home/rrnewton/working_copies/accelerate/.cabal-sandbox/share/x86_64-linux-ghc-7.6.3/accelerate-cuda-0.13.0.99/cubits/accelerate_cuda_function.h(259): error: identifier "__shfl_xor" is undefined
/nfs/nfs3/home/rrnewton/working_copies/accelerate/.cabal-sandbox/share/x86_64-linux-ghc-7.6.3/accelerate-cuda-0.13.0.99/cubits/accelerate_cuda_function.h(265): error: identifier "__shfl_xor" is undefined
/nfs/nfs3/home/rrnewton/working_copies/accelerate/.cabal-sandbox/share/x86_64-linux-ghc-7.6.3/accelerate-cuda-0.13.0.99/cubits/accelerate_cuda_function.h(275): error: identifier "__shfl_xor" is undefined
8 errors detected in the compilation of "/tmp/tmpxft_00002dce_00000000-4_dragon11711.cpp4.ii".
test-accelerate-cuda-backend: nvcc terminated abnormally (2)
/nfs/nfs3/home/rrnewton/working_copies/accelerate/.cabal-sandbox/share/x86_64-linux-ghc-7.6.3/accelerate-cuda-0.13.0.99/cubits/accelerate_cuda_function.h(214): error: identifier "__shfl_up" is undefined
/nfs/nfs3/home/rrnewton/working_copies/accelerate/.cabal-sandbox/share/x86_64-linux-ghc-7.6.3/accelerate-cuda-0.13.0.99/cubits/accelerate_cuda_function.h(222): error: identifier "__shfl_up" is undefined
/nfs/nfs3/home/rrnewton/working_copies/accelerate/.cabal-sandbox/share/x86_64-linux-ghc-7.6.3/accelerate-cuda-0.13.0.99/cubits/accelerate_cuda_function.h(228): error: identifier "__shfl_up" is undefined
/nfs/nfs3/home/rrnewton/working_copies/accelerate/.cabal-sandbox/share/x86_64-linux-ghc-7.6.3/accelerate-cuda-0.13.0.99/cubits/accelerate_cuda_function.h(238): error: identifier "__shfl_up" is undefined
/nfs/nfs3/home/rrnewton/working_copies/accelerate/.cabal-sandbox/share/x86_64-linux-ghc-7.6.3/accelerate-cuda-0.13.0.99/cubits/accelerate_cuda_function.h(251): error: identifier "__shfl_xor" is undefined
/nfs/nfs3/home/rrnewton/working_copies/accelerate/.cabal-sandbox/share/x86_64-linux-ghc-7.6.3/accelerate-cuda-0.13.0.99/cubits/accelerate_cuda_function.h(259): error: identifier "__shfl_xor" is undefined
/nfs/nfs3/home/rrnewton/working_copies/accelerate/.cabal-sandbox/share/x86_64-linux-ghc-7.6.3/accelerate-cuda-0.13.0.99/cubits/accelerate_cuda_function.h(265): error: identifier "__shfl_xor" is undefined
/nfs/nfs3/home/rrnewton/working_copies/accelerate/.cabal-sandbox/share/x86_64-linux-ghc-7.6.3/accelerate-cuda-0.13.0.99/cubits/accelerate_cuda_function.h(275): error: identifier "__shfl_xor" is undefined
8 errors detected in the compilation of "/tmp/tmpxft_00002dd8_00000000-4_dragon11712.cpp4.ii".
test-accelerate-cuda-backend: nvcc terminated abnormally (2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment