Skip to content
Snippets Groups Projects
Commit 0aa72fe7 authored by Hkorb's avatar Hkorb
Browse files

fix bugs from merge

parent e2ac57eb
No related branches found
No related tags found
1 merge request!245Add new probe, Refactor File Writer
......@@ -30,11 +30,20 @@
#ifndef STREAM_MANAGER_H
#define STREAM_MANAGER_H
#include "Core/DataTypes.h"
#include <map>
#include <cuda.h>
#include <cuda_runtime.h>
#include "DataTypes.h"
enum class CudaStreamIndex
{
Legacy,
Bulk,
SubDomainBorder,
Precursor,
ActuatorFarm
};
class CudaStreamManager
{
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment