mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-19 22:38:52 +00:00
Fix headers order
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user