wiki:Memo_Catalyst

Version 13 (modified by nakasato, 14 years ago) (diff)

--

最新情報

20101109 Catalyst 10.10

kernel 2.6.32-25-generic #45-Ubuntu で動作を確認。これは現時点の最新のカーネル。

Catalystのインストールと設定方法 (2010年11月版)

動作環境

  • Ubuntu 10.04 LTS
  • x86_64
  • Core i7, PhenomX6 1090Tなどで動作確認

設定方法

  1. Unbuntuをインストールし最新の状態までアップデートする
  2. 必要なパッケージをインストール。以下は例。(あとで確認)
    sudo aptitude install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++5 dkms linux-headers-$(uname -r) ia32-libs alien
    
  3. Catalystをダウンロード http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&product=2.4.1.3.42&lang=English
  4. インストール (10.10の場合)
    sudo ./ati-driver-installer-10-10-x86.x86_64.run
    
  5. Xの設定。display managerとしてxdmをインストールし設定する
    sudo aptitude install xdm
    sudo vi /etc/X11/xdm/Xservers
    

変更内容

:0 local /usr/bin/X :0 vt7 -nolisten tcp -ac

Stream SDKのインストールと動作確認 (2010年11月版)

  1. SDKをダウンロード http://developer.amd.com/gpu/ATIStreamSDK/Pages/default.aspx
  2. 好きな場所に展開
    cd /opt
    tar xvf ati-stream-sdk-v2.2-lnx64.tgz
    ln -s ati-stream-sdk-v2.2-lnx64 opencl
    
  3. OpenCL ICD用のファイルをダウンロードして展開 http://developer.amd.com/Downloads/icd-registration.tgz
    cd /
    tar xvf icd-registration.tgz
    
  4. DISPLAY環境変数の設定
    export DISPLAY=:0.0
    
  5. OpenCLのテスト
    /opt/opencl/samples/opencl/bin/x86_64/CLInfo
    
    実行結果 CLInfo.txt
  6. CALのテスト
    /opt/opencl/samples/cal/bin/x86_64/hellocal 
    
    実行結果:
    Supported CAL Runtime Version: 1.3.185
    Found CAL Runtime Version: 1.4.838
    Use -? for help
        0.00     1.00     2.00     3.00     4.00     5.00     6.00     7.00
      256.00   257.00   258.00   259.00   260.00   261.00   262.00   263.00
      512.00   513.00   514.00   515.00   516.00   517.00   518.00   519.00
      768.00   769.00   770.00   771.00   772.00   773.00   774.00   775.00
     1024.00  1025.00  1026.00  1027.00  1028.00  1029.00  1030.00  1031.00
     1280.00  1281.00  1282.00  1283.00  1284.00  1285.00  1286.00  1287.00
     1536.00  1537.00  1538.00  1539.00  1540.00  1541.00  1542.00  1543.00
     1792.00  1793.00  1794.00  1795.00  1796.00  1797.00  1798.00  1799.00
    
    Press enter to exit...
    

Attachments (3)

Download all attachments as: .zip