Skip to content

Instantly share code, notes, and snippets.

@matejaputic
Created March 25, 2016 20:51
Show Gist options
  • Select an option

  • Save matejaputic/0bcbb66a02e53a5c72dd to your computer and use it in GitHub Desktop.

Select an option

Save matejaputic/0bcbb66a02e53a5c72dd to your computer and use it in GitHub Desktop.
#0 0x0000000000000000 in ?? ()
#1 0x00007ffff2e4435d in ?? () from /opt/AMDAPPSDK-2.9-1/lib/x86_64/libamdocl64.so
#2 0x00007ffff2e02a95 in ?? () from /opt/AMDAPPSDK-2.9-1/lib/x86_64/libamdocl64.so
#3 0x00007ffff2e175a6 in ?? () from /opt/AMDAPPSDK-2.9-1/lib/x86_64/libamdocl64.so
#4 0x00007ffff2df7cdd in clBuildProgram () from /opt/AMDAPPSDK-2.9-1/lib/x86_64/libamdocl64.so
#5 0x00007ffff652383d in makeGemmKernel (clKernel=0x7ffff7bc1350 <sgemm_Col_NN_B1_ML016_NL016_KX01_clKernel>,
clQueue=0x87d6e0,
kernelSource=0x7ffff69bafc8 "\n/* sgemm_Col_NN_B1_ML016_NL016_KX01 */\n\n/* kernel parameters */\n#define WG_NUM_ROWS 16\n#define WG_NUM_COLS 16\n#define MICRO_TILE_NUM_ROWS 1\n#define MICRO_TILE_NUM_COLS 1\n#define M"...,
sourceBuildOptions=0x7ffff683a73e "-cl-std=CL2.0", kernelBinary=0x7fffffffded0,
kernelBinarySize=0x7ffff7bc60d0 <sgemm_Col_NN_B1_ML016_NL016_KX01_binSize>,
binaryBuildOptions=0x7ffff683a730 "-cl-std=CL2.0")
at /home/users/mputic/persistent/Projects/clBLAS/src/library/blas/xgemm.cc:162
#6 0x00007ffff6524b7d in clblasGemm<float> (order=clblasColumnMajor, transA=clblasNoTrans, transB=clblasNoTrans, iM=3,
iN=2, iK=4, alpha=10, iA=0x875e30, iOffA=6, iLda=5, iB=0x95efd0, iOffB=4, iLdb=3, beta=20, C=0xdbbcc0, iOffC=4, iLdc=3,
numCommandQueues=1, commandQueues=0x7fffffffe0d0, numEventsInWaitList=0, eventWaitList=0x0, events=0x7fffffffe0d8)
at /home/users/mputic/persistent/Projects/clBLAS/src/library/blas/xgemm.cc:494
#7 0x00007ffff6523d13 in clblasSgemm (order=clblasRowMajor, transA=clblasNoTrans, transB=clblasNoTrans, M=3, N=2, K=4,
alpha=10, A=0x875e30, offA=6, lda=5, B=0x95efd0, offB=4, ldb=3, beta=20, C=0xdbbcc0, offC=4, ldc=3, numCommandQueues=1,
commandQueues=0x7fffffffe0d0, numEventsInWaitList=0, eventWaitList=0x0, events=0x7fffffffe0d8)
at /home/users/mputic/persistent/Projects/clBLAS/src/library/blas/xgemm.cc:612
#8 0x0000000000401211 in main () at /home/users/mputic/persistent/Projects/clBLAS/src/samples/example_sgemm.c:156
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment