Skip to content

Instantly share code, notes, and snippets.

@matejaputic
Created March 15, 2016 16:43
Show Gist options
  • Save matejaputic/5b7509ce564befd70454 to your computer and use it in GitHub Desktop.
Save matejaputic/5b7509ce564befd70454 to your computer and use it in GitHub Desktop.
#0 0x0000000000000000 in ?? ()
#1 0x00007ffff2e3435d in ?? () from /opt/AMDAPPSDK-2.9-1/lib/x86_64/libamdocl64.so
#2 0x00007ffff2df2a95 in ?? () from /opt/AMDAPPSDK-2.9-1/lib/x86_64/libamdocl64.so
#3 0x00007ffff2e075a6 in ?? () from /opt/AMDAPPSDK-2.9-1/lib/x86_64/libamdocl64.so
#4 0x00007ffff2de7cdd in clBuildProgram () from /opt/AMDAPPSDK-2.9-1/lib/x86_64/libamdocl64.so
#5 0x00007ffff651f692 in makeGemmKernel (clKernel=0x7fffffffd970, clQueue=0x87d6e0,
kernelSource=0x7ffff68634a0 "__attribute__((reqd_work_group_size(16,16,1))) __kernel void sgemm_Col_NN_B1_MX096_NX096_KX16 ( __global float const * restrict A, __global float const * restrict B, __global float * C, float const al"...,
sourceBuildOptions=0x7ffff685009e "-cl-std=CL2.0", kernelBinary=0x7fffffffd908,
kernelBinarySize=0x7ffff7bc5da0 <sgemm_Col_NN_B1_MX096_NX096_KX16_binSize>,
binaryBuildOptions=0x7ffff6850090 "-cl-std=CL2.0")
at /home/users/mputic/persistent/Projects/clBLAS/src/library/blas/xgemm.cc:243
#6 0x00007ffff6520c59 in clblasGemm<float> (order=clblasColumnMajor, transA=clblasNoTrans, transB=clblasNoTrans, iM=8192,
iN=8192, iK=8192, alpha=1, iA=0x95efd0, iOffA=0, iLda=8192, iB=0xdbbcc0, iOffB=0, iLdb=8192, beta=1, C=0xdbb520, iOffC=0,
iLdc=8192, numCommandQueues=1, commandQueues=0x7fffffffdb50, numEventsInWaitList=0, eventWaitList=0x0,
events=0x7fffffffdb58) at /home/users/mputic/persistent/Projects/clBLAS/src/library/blas/xgemm.cc:575
#7 0x00007ffff651fb9d in clblasSgemm (order=clblasRowMajor, transA=clblasNoTrans, transB=clblasNoTrans, M=8192, N=8192,
K=8192, alpha=1, A=0x95efd0, offA=0, lda=8192, B=0xdbbcc0, offB=0, ldb=8192, beta=1, C=0xdbb520, offC=0, ldc=8192,
numCommandQueues=1, commandQueues=0x7fffffffdb50, numEventsInWaitList=0, eventWaitList=0x0, events=0x7fffffffdb58)
at /home/users/mputic/persistent/Projects/clBLAS/src/library/blas/xgemm.cc:723
#8 0x00000000004013a7 in main () at /home/users/mputic/persistent/Projects/clBLAS/src/samples/example_sgemm.c:162
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment