|
ReUseX
0.0.1
3D Point Cloud Processing for Building Reuse
|
#include <assert.h>#include <cuda_runtime.h>#include <spdlog/spdlog.h>#include <stdarg.h>#include <stdio.h>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | ReUseX |
| namespace | ReUseX::vision |
| namespace | ReUseX::vision::tensor_rt |
| namespace | ReUseX::vision::tensor_rt::nv |
Macros | |
| #define | NVUNUSED2(a, b) |
| #define | NVUNUSED(a) |
| #define | checkRuntime(call) |
| #define | checkKernel(...) |
| #define | dprintf(...) |
Functions | |
| static bool | ReUseX::vision::tensor_rt::nv::check_runtime (cudaError_t e, const char *call, int line, const char *file) |
| template<typename... Args> | |
| constexpr void | ReUseX::vision::tensor_rt::Assertf (bool cond, const char *fmt, Args... args) |
| constexpr void | ReUseX::vision::tensor_rt::Asserts (bool cond, const char *s) |
| constexpr void | ReUseX::vision::tensor_rt::Assert (bool cond) |
| #define checkKernel | ( | ... | ) |
| #define checkRuntime | ( | call | ) |
Definition at line 34 of file check.hpp.
Referenced by ReUseX::vision::tensor_rt::nv::EventTimer::EventTimer(), ReUseX::vision::tensor_rt::nv::EventTimer::start(), ReUseX::vision::tensor_rt::nv::EventTimer::stop(), and ReUseX::vision::tensor_rt::nv::EventTimer::~EventTimer().