-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fail to compile for AMD A8-3800 APU #586
Comments
Hi, please download at first from the latest develop branch. Regards On 06/01/2015 02:01 PM, hady elsahar wrote:
|
i could overcome the error in the build process but i encounter the same error again when i try make install
|
Hi, you also have to use TARGET=... when running make install. We need more information about this processor, then we Best regards On 06/03/2015 10:00 AM, hady elsahar wrote:
|
Thank you , it seems that it was successfully installed.
What kind of additional information do you need ? Thank you |
Hi, if this is a linux system, you can send me the output of cat /proc/cpuinfo Can you download and install latest acml for AMD. You find cpuid.exe Best regards On 06/05/2015 10:49 AM, hady elsahar wrote:
|
I think compiling and installing using when i try to install Torch that depends on OpenBlas , when running the tests, is shows a SIGILL error when debugging i found that the problem was related to the OpenBlas library , specifically for the function dgemm_oncopy () , below are the stack trace and the disassembly of the current block. the stack trace :
Dump of assembler code for function dgemm_oncopy:
I'll post the processor details in an upcoming comment. Thank you |
Hi, it seems, like there is a stack corruption. Regards On 06/05/2015 05:37 PM, hady elsahar wrote:
|
i downloaded latest version from the master branch . when i try to make the source code i get the following error :
getarch_2nd.c: In function ‘main’:
getarch_2nd.c:12:35: error: ‘SGEMM_DEFAULT_UNROLL_M’ undeclared (first use in this function)
printf("SGEMM_UNROLL_M=%d\n", SGEMM_DEFAULT_UNROLL_M);
Obviously, I can't find the AMD A8 series processors inside the TargetList.txt flie. does this mean it's not supported. Is there anything i can do ?
The text was updated successfully, but these errors were encountered: