topo.h 327 Bytes
Newer Older
lishen's avatar
lishen committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#pragma once

#include <string.h>
#include "base.h"
#include "archinfo.h"

namespace sccl {
namespace hardware {
namespace topology {

pthread_mutex_t initLock = PTHREAD_MUTEX_INITIALIZER;
static bool initialized  = false;

// scclResult_t scclTopoInit() {}

} // namespace topology
} // namespace hardware
} // namespace sccl