Sarek_hip.Hip_sharedBackend-specific kargs witness for HIP.
type hip_intrinsic = {intr_name : string;intr_codegen : string;intr_convergence : Spoc_framework.Framework_sig.convergence;}HIP-specific intrinsic implementation. HIP C++ uses the identical device tokens as CUDA C (threadIdx.x, __syncthreads, ...), so the codegen emitted by Sarek_ir_cuda is valid verbatim.
val bind_args :
Spoc_framework.Framework_sig.kargs ->
Hip_plugin_base.Hip.Kernel.args ->
Spoc_framework.Framework_sig.run_source_arg list ->
unit