|
||||
File indexing completed on 2024-04-09 02:22:22
0001 #ifndef HeterogeneousTest_ROCmDevice_plugins_ROCmTestDeviceAdditionAlgo_h 0002 #define HeterogeneousTest_ROCmDevice_plugins_ROCmTestDeviceAdditionAlgo_h 0003 0004 #include <cstddef> 0005 0006 namespace HeterogeneousTestROCmDevicePlugins { 0007 0008 void wrapper_add_vectors_f(const float* __restrict__ in1, 0009 const float* __restrict__ in2, 0010 float* __restrict__ out, 0011 size_t size); 0012 0013 } // namespace HeterogeneousTestROCmDevicePlugins 0014 0015 #endif // HeterogeneousTest_ROCmDevice_plugins_ROCmTestDeviceAdditionAlgo_h
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |