Files
enginex-mthreads-vllm/csrc/core/exception.hpp

4 lines
55 B
C++
Raw Permalink Normal View History

2026-01-19 10:38:50 +08:00
#pragma once
#define VLLM_IMPLIES(p, q) (!(p) || (q))