Searched defs:host_only_function (Results 1 – 2 of 2) sorted by relevance
373 __host__ HostReturnTy host_only_function(int arg) { return HostReturnTy(); } in host_only_function() function374 __host__ HostReturnTy2 host_only_function(float arg) { return HostReturnTy2(); } in host_only_function() function
382 __host__ HostReturnTy host_only_function(int arg) { return HostReturnTy(); } in host_only_function() function383 __host__ HostReturnTy2 host_only_function(float arg) { return HostReturnTy2(); } in host_only_function() function