@@ -217,7 +217,7 @@ variables to configure the build
217217 +------------------------------+-------------------------------------------------+-------------+-----------------+
218218 | SYCL_SUB_GROUP_SIZE | Specify subgroup size | 32 | 64, 32, 16 |
219219 +------------------------------+-------------------------------------------------+-------------+-----------------+
220- | SYCL_MAX_PARALLEL_LINK_JOBS | Number of parallel jobs in device link | 1 | 1, 2, 3, etc. |
220+ | SYCL_PARALLEL_LINK_JOBS | Number of parallel jobs in device link | 1 | 1, 2, 3, etc. |
221221 +------------------------------+-------------------------------------------------+-------------+-----------------+
222222.. raw:: latex
223223
@@ -428,22 +428,24 @@ Below is an example configuration for SYCL:
428428
429429.. table :: AMReX SYCL-specific build options
430430
431- +------------------------------+-------------------------------------------------+-------------+-----------------+
432- | Variable Name | Description | Default | Possible values |
433- +==============================+=================================================+=============+=================+
434- | AMReX_SYCL_AOT | Enable SYCL ahead-of-time compilation | NO | YES, NO |
435- +------------------------------+-------------------------------------------------+-------------+-----------------+
436- | AMReX_SYCL_AOT_GRF_MODE | Specify AOT register file mode | Default | Default, Large, |
437- | | | | AutoLarge |
438- +------------------------------+-------------------------------------------------+-------------+-----------------+
439- | AMREX_INTEL_ARCH | Specify target if AOT is enabled | None | pvc, etc. |
440- +------------------------------+-------------------------------------------------+-------------+-----------------+
441- | AMReX_SYCL_SPLIT_KERNEL | Enable SYCL kernel splitting | YES | YES, NO |
442- +------------------------------+-------------------------------------------------+-------------+-----------------+
443- | AMReX_SYCL_ONEDPL | Enable SYCL's oneDPL algorithms | NO | YES, NO |
444- +------------------------------+-------------------------------------------------+-------------+-----------------+
445- | AMReX_SYCL_SUB_GROUP_SIZE | Specify subgroup size | 32 | 64, 32, 16 |
446- +------------------------------+-------------------------------------------------+-------------+-----------------+
431+ +-------------------------------+----------------------------------------------+-------------+------------------+
432+ | Variable Name | Description | Default | Possible values |
433+ +===============================+==============================================+=============+==================+
434+ | AMReX_SYCL_AOT | Enable SYCL ahead-of-time compilation | NO | YES, NO |
435+ +-------------------------------+----------------------------------------------+-------------+------------------+
436+ | AMReX_SYCL_AOT_GRF_MODE | Specify AOT register file mode | Default | Default, Large, |
437+ | | | | AutoLarge |
438+ +-------------------------------+----------------------------------------------+-------------+------------------+
439+ | AMREX_INTEL_ARCH | Specify target if AOT is enabled | None | pvc, etc. |
440+ +-------------------------------+----------------------------------------------+-------------+------------------+
441+ | AMReX_SYCL_SPLIT_KERNEL | Enable SYCL kernel splitting | YES | YES, NO |
442+ +-------------------------------+----------------------------------------------+-------------+------------------+
443+ | AMReX_SYCL_ONEDPL | Enable SYCL's oneDPL algorithms | NO | YES, NO |
444+ +-------------------------------+----------------------------------------------+-------------+------------------+
445+ | AMReX_SYCL_SUB_GROUP_SIZE | Specify subgroup size | 32 | 64, 32, 16 |
446+ +-------------------------------+----------------------------------------------+-------------+------------------+
447+ | AMReX_PARALLEL_LINK_JOBS | Specify number of parallel link jobs | 1 | positive integer |
448+ +-------------------------------+----------------------------------------------+-------------+------------------+
447449.. raw:: latex
448450
449451 \end {center }
0 commit comments