Classes | |
struct | default_stream |
struct | default_stream< Stream > |
Functions | |
void | reset_current () |
void | set_current (int device, Stream stream) |
Variables | |
template<typename Stream > | |
constexpr const Stream | default_stream_v = default_stream<Stream>::value |
thread_local ttg::device::Device | current_device_ts = {} |
thread_local Stream | current_stream_ts = detail::default_stream_v<Stream> |
Function Documentation
◆ reset_current()
◆ set_current()
|
inline |
Variable Documentation
◆ current_device_ts
|
inline |
◆ current_stream_ts
|
inline |
◆ default_stream_v
template<typename Stream >
|
constexpr |