Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
4d3a2c284ecc47748273664c9a6ef302ff3adcbe
4d3a2c284ecc47748273664c9a6ef302ff3adcbe
Switch branch/tag
vllm_cscc
csrc
core
exception.hpp
Find file
Normal view
History
Permalink
exception.hpp
55 Bytes
Edit
Web IDE
Newer
Older
[Bugfix] Fix Marlin MoE act order when is_k_full == False (#8741)
ElizaWszola
committed
Sep 28, 2024
1
2
3
#pragma once
#define VLLM_IMPLIES(p, q) (!(p) || (q))