mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 04:05:01 +08:00
4 lines
55 B
C++
4 lines
55 B
C++
#pragma once
|
|
|
|
#define VLLM_IMPLIES(p, q) (!(p) || (q))
|