You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
staticconstchar*__doc_CodeGenerator_HIP_Backend_areSharedMemAtomicsSlow=R"doc(On some older devices, shared memory atomics are actually slower than global memory atomics so should be avoided)doc";
31
31
32
+
staticconstchar*__doc_CodeGenerator_HIP_Backend_buildPopulationRNGEnvironment=R"doc(Generate a preamble to add substitution name for population RNG)doc";
33
+
34
+
staticconstchar*__doc_CodeGenerator_HIP_Backend_buildPopulationRNGEnvironment_2=R"doc(Add $(_rng) to environment based on $(_rng_internal) field with any initialisers and destructors required)doc";
staticconstchar*__doc_CodeGenerator_HIP_Backend_genPopulationRNGInit=R"doc(For SIMT backends which initialize RNGs on device, initialize population RNG with specified seed and sequence)doc";
93
+
94
+
staticconstchar*__doc_CodeGenerator_HIP_Backend_getAllLanesShuffleMask=R"doc(Get mask to use for shuffle operations across all lanes)doc";
95
+
80
96
staticconstchar*__doc_CodeGenerator_HIP_Backend_getAtomic=R"doc(Get name of atomic operation)doc";
staticconstchar*__doc_CodeGenerator_HIP_Preferences_manualBlockSizes=R"doc(If block size select method is set to BlockSizeSelect::MANUAL, block size to use for each kernel)doc";
staticconstchar*__doc_CodeGenerator_HIP_Preferences_manualDeviceID=R"doc(If device select method is set to DeviceSelect::MANUAL, id of device to use)doc";
0 commit comments