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
d081da0064b5cda9e344f0fd519d67523a437a39
d081da0064b5cda9e344f0fd519d67523a437a39
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))