Fix headers order

This commit is contained in:
Georgy Evtushenko
2023-09-25 15:15:18 -07:00
parent f3a1fa2a9f
commit 16638cbef0

View File

@@ -16,12 +16,13 @@
* limitations under the License.
*/
#include <nvbench/device_manager.cuh>
#include <cuda_runtime_api.h>
#include <nvbench/cuda_call.cuh>
#include <nvbench/detail/device_scope.cuh>
#include <nvbench/detail/throw.cuh>
#include <nvbench/device_manager.cuh>
namespace nvbench
{