Last active
July 11, 2017 15:01
-
-
Save marty1885/4802f44c43660ba73d8490809f8ee204 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
bin/test_conv: /opt/cuda/lib64/libOpenCL.so.1: no version information available (required by bin/test_conv) | |
bin/test_conv: /opt/cuda/lib64/libOpenCL.so.1: no version information available (required by /home/marty/文件/MIOpen/lib/libMIOpen.so.1) | |
bin/test_main: /opt/cuda/lib64/libOpenCL.so.1: no version information available (required by bin/test_main) | |
bin/test_main: /opt/cuda/lib64/libOpenCL.so.1: no version information available (required by /home/marty/文件/MIOpen/lib/libMIOpen.so.1) | |
miopenStatus_t miopenCreateTensorDescriptor(miopenTensorDescriptor**){ | |
tensorDesc = 0x770000005d | |
} | |
miopenStatus_t miopenSet4dTensorDescriptor(miopenTensorDescriptor_t, miopenDataType_t, int, int, int, int){ | |
tensorDesc = | |
dataType = 1 | |
n = 100 | |
c = 32 | |
h = 8 | |
w = 8 | |
} | |
miopenStatus_t miopenGet4dTensorDescriptor(miopenTensorDescriptor_t, miopenDataType_t*, int*, int*, int*, int*, int*, int*, int*, int*){ | |
tensorDesc = 100, 32, 8, 8 | |
dataType = 0 | |
n = 0 | |
c = 1040 | |
h = 0 | |
w = 16 | |
nStride = 0 | |
cStride = 66 | |
hStride = 64 | |
wStride = 2 | |
} | |
miopenStatus_t miopenDestroyTensorDescriptor(miopenTensorDescriptor_t){ | |
tensorDesc = 100, 32, 8, 8 | |
} | |
miopenStatus_t miopenCreateTensorDescriptor(miopenTensorDescriptor**){ | |
tensorDesc = 0 | |
} | |
miopenStatus_t miopenSet4dTensorDescriptor(miopenTensorDescriptor_t, miopenDataType_t, int, int, int, int){ | |
tensorDesc = | |
dataType = 1 | |
n = 64 | |
c = 32 | |
h = 5 | |
w = 5 | |
} | |
miopenStatus_t miopenCreateConvolutionDescriptor(miopenConvolutionDescriptor**){ | |
convDesc = 0 | |
} | |
miopenStatus_t miopenInitConvolutionDescriptor(miopenConvolutionDescriptor_t, miopenConvolutionMode_t, int, int, int, int, int, int){ | |
convDesc = 0, 0, 1, 1, 1, 1, | |
mode = 0 | |
pad_h = 0 | |
pad_w = 0 | |
u = 1 | |
v = 1 | |
dilation_h = 1 | |
dilation_w = 1 | |
} | |
miopenStatus_t miopenGetConvolutionDescriptor(miopenConvolutionDescriptor_t, miopenConvolutionMode_t*, int*, int*, int*, int*, int*, int*){ | |
convDesc = 0, 0, 1, 1, 1, 1, | |
mode = 0 | |
pad_h = 2048 | |
pad_w = 8 | |
u = 64 | |
v = 8 | |
dilation_h = 1 | |
dilation_w = 1 | |
} | |
miopenStatus_t miopenDestroyTensorDescriptor(miopenTensorDescriptor_t){ | |
tensorDesc = 64, 32, 5, 5 | |
} | |
miopenStatus_t miopenDestroyConvolutionDescriptor(miopenConvolutionDescriptor_t){ | |
convDesc = 0, 0, 1, 1, 1, 1, | |
} | |
miopenStatus_t miopenCreateTensorDescriptor(miopenTensorDescriptor**){ | |
tensorDesc = 0x295c850 | |
} | |
miopenStatus_t miopenSet4dTensorDescriptor(miopenTensorDescriptor_t, miopenDataType_t, int, int, int, int){ | |
tensorDesc = | |
dataType = 1 | |
n = 64 | |
c = 32 | |
h = 5 | |
w = 5 | |
} | |
miopenStatus_t miopenCreateConvolutionDescriptor(miopenConvolutionDescriptor**){ | |
convDesc = 0x295c2e0 | |
} | |
miopenStatus_t miopenInitConvolutionDescriptor(miopenConvolutionDescriptor_t, miopenConvolutionMode_t, int, int, int, int, int, int){ | |
convDesc = 0, 0, 1, 1, 1, 1, | |
mode = 0 | |
pad_h = 0 | |
pad_w = 0 | |
u = 1 | |
v = 1 | |
dilation_h = 1 | |
dilation_w = 1 | |
} | |
miopenStatus_t miopenCreateTensorDescriptor(miopenTensorDescriptor**){ | |
tensorDesc = 0x246e080 | |
} | |
miopenStatus_t miopenSet4dTensorDescriptor(miopenTensorDescriptor_t, miopenDataType_t, int, int, int, int){ | |
tensorDesc = | |
dataType = 1 | |
n = 100 | |
c = 32 | |
h = 8 | |
w = 8 | |
} | |
miopenStatus_t miopenGetConvolutionForwardOutputDim(miopenConvolutionDescriptor_t, miopenTensorDescriptor_t, miopenTensorDescriptor_t, int*, int*, int*, int*){ | |
convDesc = 0, 0, 1, 1, 1, 1, | |
inputTensorDesc = 100, 32, 8, 8 | |
filterDesc = 64, 32, 5, 5 | |
n = 1 | |
c = 1 | |
h = 1 | |
w = 1 | |
} | |
miopenStatus_t miopenCreateTensorDescriptor(miopenTensorDescriptor**){ | |
tensorDesc = 0x2a21f48 | |
} | |
miopenStatus_t miopenSet4dTensorDescriptor(miopenTensorDescriptor_t, miopenDataType_t, int, int, int, int){ | |
tensorDesc = | |
dataType = 1 | |
n = 100 | |
c = 64 | |
h = 4 | |
w = 4 | |
} | |
miopenStatus_t miopenGetConvolutionForwardOutputDim(miopenConvolutionDescriptor_t, miopenTensorDescriptor_t, miopenTensorDescriptor_t, int*, int*, int*, int*){ | |
convDesc = 0, 0, 1, 1, 1, 1, | |
inputTensorDesc = 100, 32, 8, 8 | |
filterDesc = 64, 32, 5, 5 | |
n = 100 | |
c = 64 | |
h = 4 | |
w = 4 | |
} | |
miopenStatus_t miopenDestroyTensorDescriptor(miopenTensorDescriptor_t){ | |
tensorDesc = 100, 64, 4, 4 | |
} | |
miopenStatus_t miopenDestroyTensorDescriptor(miopenTensorDescriptor_t){ | |
tensorDesc = 100, 32, 8, 8 | |
} | |
miopenStatus_t miopenDestroyTensorDescriptor(miopenTensorDescriptor_t){ | |
tensorDesc = 64, 32, 5, 5 | |
} | |
miopenStatus_t miopenDestroyConvolutionDescriptor(miopenConvolutionDescriptor_t){ | |
convDesc = 0, 0, 1, 1, 1, 1, | |
} | |
miopenStatus_t miopenCreateTensorDescriptor(miopenTensorDescriptor**){ | |
tensorDesc = 0 | |
} | |
miopenStatus_t miopenSet4dTensorDescriptor(miopenTensorDescriptor_t, miopenDataType_t, int, int, int, int){ | |
tensorDesc = | |
dataType = 1 | |
n = 64 | |
c = 32 | |
h = 5 | |
w = 5 | |
} | |
miopenStatus_t miopenCreateConvolutionDescriptor(miopenConvolutionDescriptor**){ | |
convDesc = 0 | |
} | |
miopenStatus_t miopenInitConvolutionDescriptor(miopenConvolutionDescriptor_t, miopenConvolutionMode_t, int, int, int, int, int, int){ | |
convDesc = 0, 0, 1, 1, 1, 1, | |
mode = 0 | |
pad_h = 0 | |
pad_w = 0 | |
u = 1 | |
v = 1 | |
dilation_h = 1 | |
dilation_w = 1 | |
} | |
miopenStatus_t miopenCreateTensorDescriptor(miopenTensorDescriptor**){ | |
tensorDesc = 0 | |
} | |
miopenStatus_t miopenSet4dTensorDescriptor(miopenTensorDescriptor_t, miopenDataType_t, int, int, int, int){ | |
tensorDesc = | |
dataType = 1 | |
n = 100 | |
c = 32 | |
h = 8 | |
w = 8 | |
} | |
miopenStatus_t miopenGetConvolutionForwardOutputDim(miopenConvolutionDescriptor_t, miopenTensorDescriptor_t, miopenTensorDescriptor_t, int*, int*, int*, int*){ | |
convDesc = 0, 0, 1, 1, 1, 1, | |
inputTensorDesc = 100, 32, 8, 8 | |
filterDesc = 64, 32, 5, 5 | |
n = 1 | |
c = 32745 | |
h = 0 | |
w = 0 | |
} | |
miopenStatus_t miopenCreateTensorDescriptor(miopenTensorDescriptor**){ | |
tensorDesc = 0 | |
} | |
miopenStatus_t miopenSet4dTensorDescriptor(miopenTensorDescriptor_t, miopenDataType_t, int, int, int, int){ | |
tensorDesc = | |
dataType = 1 | |
n = 100 | |
c = 64 | |
h = 4 | |
w = 4 | |
} | |
miopenStatus_t miopenGet4dTensorDescriptorLengths(miopenTensorDescriptor_t, int*, int*, int*, int*){ | |
tensorDesc = 100, 32, 8, 8 | |
n = 100 | |
c = 4 | |
h = 64 | |
w = 4 | |
} | |
miopenStatus_t miopenGet4dTensorDescriptorLengths(miopenTensorDescriptor_t, int*, int*, int*, int*){ | |
tensorDesc = 64, 32, 5, 5 | |
n = 100 | |
c = 32 | |
h = 8 | |
w = 8 | |
} | |
miopenStatus_t miopenGet4dTensorDescriptorLengths(miopenTensorDescriptor_t, int*, int*, int*, int*){ | |
tensorDesc = 100, 64, 4, 4 | |
n = 64 | |
c = 32 | |
h = 5 | |
w = 5 | |
} | |
miopenStatus_t miopenConvolutionForwardGetWorkSpaceSize(miopenHandle_t, miopenTensorDescriptor_t, miopenTensorDescriptor_t, miopenConvolutionDescriptor_t, miopenTensorDescriptor_t, size_t*){ | |
wDesc = 64, 32, 5, 5 | |
yDesc = 100, 64, 4, 4 | |
convDesc = 0, 0, 1, 1, 1, 1, | |
workSpaceSize = 0 | |
} | |
miopenStatus_t miopenSetTensor(miopenHandle_t, miopenTensorDescriptor_t, void*, const void*){ | |
yDesc = 100, 32, 8, 8 | |
y = 0x2a8cdc8 | |
alpha = 0x7ffdcec530b4 | |
} | |
miopenStatus_t miopenScaleTensor(miopenHandle_t, miopenTensorDescriptor_t, void*, const void*){ | |
yDesc = 100, 32, 8, 8 | |
y = 0x2a8cdc8 | |
alpha = 0x7ffdcec53098 | |
} | |
miopenStatus_t miopenFindConvolutionForwardAlgorithm(miopenHandle_t, miopenTensorDescriptor_t, const void*, miopenTensorDescriptor_t, const void*, miopenConvolutionDescriptor_t, miopenTensorDescriptor_t, void*, int, int*, miopenConvAlgoPerf_t*, void*, size_t, bool){ | |
xDesc = 100, 32, 8, 8 | |
x = 0x2a8cdc8 | |
wDesc = 64, 32, 5, 5 | |
w = 0x2a91968 | |
convDesc = 0, 0, 1, 1, 1, 1, | |
yDesc = 100, 64, 4, 4 | |
y = 0x2a8b458 | |
requestAlgoCount = 1 | |
returnedAlgoCount = 0 | |
perfResults = | |
workSpace = 0x2a8bd58 | |
workSpaceSize = 51200 | |
exhaustiveSearch = 0 | |
} | |
segmentation fault (core dumped) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment