cloudy

Results 4 issues of cloudy

https://github.com/clevercool/ANT_Micro22/blob/main/ant_quantization/antquant/quant_modules.py#L245 if B = 6 with signed bit, value bit is 5, then neg_exp_num is 4, and the i rangs [0, 5), so exp_bit would be 6 when i is...

when I build the source code on ubuntu 22.04, I have a issue as below, how do I fix it ? BTW, I used main branch. HEAD is e73e4c1ac03f44fe986f34c01bb345e8bc5409b4 ```...

使用一下脚本benchmark测试,提示某些方法找不到。 https://github.com/intel/xFasterTransformer/blob/main/serving/vllm-xft.md#benchmark-offline-inference-throughput ``` numactl -C 0-15 -l python benchmark_throughput.py --tokenizer /data/DeepSeek-R1-Distill-Qwen-32B --model /data/DeepSeek-R1-Distill-Qwen-32B-xft --dataset /data/ShareGPT_V3_unfiltered_cleaned_split.json Traceback (most recent call last): File "/data/vllm/benchmarks/benchmark_throughput.py", line 24, in from vllm.entrypoints.openai.api_server import ( ImportError:...

Runing the vulkan CTS case, **dEQP-VK.pipeline.monolithic.vertex_input.single_attribute.float.as_r8_srgb_rate_vertex**. I got the VS as below ``` #version 440 layout(constant_id = 0) const int numAttributes = 16; layout(location = 0) in float attr0; layout(location...