cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

tgm
Journeyman III

acml-gpu on Ubuntu8.0

When I run the examples in the acml-gpu (0.6) package, it aborts with a "segmentation fault"

The acml-gpu does not support Ubuntu?

Thanks!

0 Likes
3 Replies
Blaize
Journeyman III

It definitiely works in Ubuntu,  because I've been using it.

I had the same problem at the start, but it was so long ago, I can't remember exactly what it was now.  I think it had soething to do with it using 32-bit libraries instead of 64.

Hope this helps

0 Likes

ACML-GPU is currently only supported on 64-bit Linux distros. I believe the team tests on SLES and RHEL.

Send email to streamcomputing@amd.com to request a link to the updated ACML-GPU. We recently were given v0.71 from the ACML-GPU. It's got a few nice features such as support for the 7xx series cards and good scaling across multiple GPUs.

Michael.
0 Likes

 

I'm sure it is 64-bits:

ELF Header:
  Magic:   7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
  Class:                             ELF64
  Data:                              2's complement, little endian
  Version:                           1 (current)
  OS/ABI:                            UNIX - System V
  ABI Version:                       0
  Type:                              EXEC (Executable file)
  Machine:                           Advanced Micro Devices X86-64
  Version:                           0x1
  Entry point address:               0x4014e0
  Start of program headers:          64 (bytes into file)
  Start of section headers:          12934728 (bytes into file)
  Flags:                             0x0
  Size of this header:               64 (bytes)
  Size of program headers:           56 (bytes)
  Number of program headers:         8
  Size of section headers:           64 (bytes)
  Number of section headers:         39
  Section header string table index: 36

What happend?

0 Likes