https://github.com/derekwin/gucx-trunk
https://github.com/derekwin/gucx-trunk
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/derekwin/gucx-trunk
- Owner: derekwin
- Created: 2024-06-03T07:00:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T02:23:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T05:44:24.322Z (over 1 year ago)
- Language: M4
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gucx-trunk
```
bash clean-autogen.sh
autoreconf -i
./configure --prefix=/home/liujinyao/proj/gucx-trunk-install --with-cncl=/usr/local/neuware
source /opt/dtk/env.sh
./configure --prefix=/home/sdu/proj/gucx-trunk-install --with-rocm=/opt/dtk
./configure --prefix=/home/liujinyao/proj/gucx-trunk-install --with-cuda=/usr/local/cuda
make -j64 install
```