Lines Matching refs:offload
8 .. _clang-offload-bundler:
14 ``--offload-arch=<target-id>`` Clang options to specify the target IDs of the
15 code to generate for the offload code regions.
19 devices. The ``clang-offload-bundler`` tool may be used as part of the tool
25 for the host and all the offload devices.
30 offload kind (see :ref:`clang-offload-kind-table`) to load the offload code
84 <bundle-entry-id> ::== <offload-kind> "-" <target-triple> [ "-" <target-id> ]
88 **offload-kind**
90 :ref:`clang-offload-kind-table`.
93 :name: clang-offload-kind-table
98 host Host code object. ``clang-offload-bundler`` always includes
104 HIP language offload code objects when the
105 ``clang-offload-bundler`` is used to bundle code objects as
108 ``clang-offload-bundler`` is used to create a *fat binary*
115 ``clang-offload-bundler`` is used to create a *fat binary*
146 It is used with the ``-mcpu=<target-id>`` and ``--offload-arch=<target-id>``