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

31
32
33
34
.. option:: --exhaustive-tune

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

35
36
37
38
39
40
41
42
.. option::  --fp16

Quantize for fp16

.. option::  --int8

Quantize for int8