File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
test/dpct/helper_files_ref/include Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -823,7 +823,8 @@ public:
823823// Device|get_current_device
824824// DPCT_DEPENDENCY_END
825825// DPCT_CODE
826- // / Computes the max active work-group number per Xe-Core. Ref to
826+ // / This function is used for occupancy calculation, it computes the max active
827+ // / work-group number per Xe-Core. Ref to
827828// / https://github.com/oneapi-src/oneAPI-samples/tree/master/Tools/GPU-Occupancy-Calculator
828829// / \param [out] num_wg Active work-group number.
829830// / \param [in] wg_size Work-group size.
Original file line number Diff line number Diff line change @@ -625,7 +625,8 @@ class logical_group {
625625 }
626626};
627627
628- // / Computes the max active work-group number per Xe-Core. Ref to
628+ // / This function is used for occupancy calculation, it computes the max active
629+ // / work-group number per Xe-Core. Ref to
629630// / https://github.com/oneapi-src/oneAPI-samples/tree/master/Tools/GPU-Occupancy-Calculator
630631// / \param [out] num_wg Active work-group number.
631632// / \param [in] wg_size Work-group size.
You can’t perform that action at this time.
0 commit comments