Skip to content

Unittest

Dian-Lun Lin (Luan) edited this page Oct 22, 2023 · 1 revision

Build Taro unittests

~/$ cd taro/
~/taro$ mkdir build
$ cd build 
~/taro/build$ cmake ../
$ make -j8
$ make test

To build CUDA unittests, add cmake ../ -DTARO_BUILD_CUDA=ON. To build SYCL unittest, add cmake ../ -DTARO_BUILD_SYCL=ON -DTARO_BUILD_SYCL_BITCODE=ptx64

~/$ cd taro/
~/taro$ mkdir build
$ cd build 
~/taro/build$ cmake ../ -DTARO_BUILD_CUDA=ON -DTARO_BUILD_SYCL=ON -DTARO_BUILD_SYCL_BITCODE=ptx64
$ make -j8
$ make test

Introduction


Documentation


Problems with Taro

TBD

Release Schedule

TBD

Clone this wiki locally