mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
update readme
This commit is contained in:
parent
26df47d6e2
commit
4a213e7c20
1 changed files with 4 additions and 2 deletions
|
@ -67,7 +67,10 @@ More detailed build instructions can be found [here](docs/install_vortex.md).
|
|||
mkdir out
|
||||
export OUT_DIR=`pwd`/out
|
||||
cd build
|
||||
../configure --xlen=32 --tooldir=/software/vortex-toolchain-2024-6-14 --prefix=$OUT_DIR
|
||||
# Run the following to disble virtual memory feature in compilation
|
||||
../configure --xlen=32 --tooldir=/software/vortex-toolchain-2024-2024-08-09 --prefix=$OUT_DIR
|
||||
# Run the following instead to enable virtual memory feature in compilation
|
||||
../configure --xlen=32 --tooldir=/software/vortex-toolchain-2024-2024-08-09 --prefix=$OUT_DIR --vm_enable=1
|
||||
|
||||
### Install prebuilt toolchain
|
||||
# We will use the precomipled tools in volvo toolchanin directory
|
||||
|
@ -77,7 +80,6 @@ More detailed build instructions can be found [here](docs/install_vortex.md).
|
|||
### Building Vortex
|
||||
make -s
|
||||
### Quick demo running vecadd OpenCL kernel on 2 cores
|
||||
<<<<<<< HEAD
|
||||
$ ./ci/blackbox.sh --cores=2 --app=vecadd
|
||||
|
||||
### Common Developer Tips
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue