cuda
stringlengths
84
3.33k
hip
stringlengths
140
3.32k
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #include <stdint.h> #include "core/providers/cuda/shared_inc/cuda_utils.h" namespace onnxruntime { namespace cuda { template <typename T> cudaError_t ReverseSequenceCudaImpl( cudaStream_t stream, co...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #include <stdint.h> #include "core/providers/rocm/shared_inc/rocm_utils.h" namespace onnxruntime { namespace rocm { template <typename T> hipError_t ReverseSequenceCudaImpl( hipStream_t stream, cons...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #include <memory> #include "core/providers/providers.h" struct OrtCUDAProviderOptions; struct OrtCUDAProviderOptionsV2; namespace onnxruntime { // defined in provider_bridge_ort.cc struct CudaProviderFacto...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #include <memory> #include "core/providers/providers.h" struct OrtROCMProviderOptions; struct OrtROCMProviderOptionsV2; namespace onnxruntime { // defined in provider_bridge_ort.cc struct CudaProviderFacto...