|
ReUseX
0.0.1
3D Point Cloud Processing for Building Reuse
|
#include "reusex/core/logging.hpp"#include <cuda_runtime.h>#include <assert.h>#include <stdarg.h>#include <stdio.h>#include <string>#include <fmt/format.h>
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> | |
| 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 36 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().