compile.rst 633 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
.. 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

29
30
31
32
.. option:: --exhaustive-tune

Perform an exhaustive search to find the fastest version of generated kernels for selected backend

33
34
35
36
37
38
39
40
.. option::  --fp16

Quantize for fp16

.. option::  --int8

Quantize for int8