compile.rst 534 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.. include:: ./driver/read.rst

.. option::  --fill0 [std::vector<std::string>]

Fill parameter with 0s

.. option::  --fill1 [std::vector<std::string>]

Fill parameter with 1s

.. option::  --gpu

Compile on the gpu

.. option::  --cpu

Compile on the cpu

.. option::  --ref

Compile on the reference implementation

.. option::  --enable-offload-copy

Enable implicit offload copying

.. option::  --disable-fast-math

Disable fast math optimization

.. option::  --fp16

Quantize for fp16

.. option::  --int8

Quantize for int8