mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
chore(ci): update feature on perf regression command generation
AVX512 feature is not considered a nightly one anymore.
This commit is contained in:
@@ -322,9 +322,9 @@ class ProfileDefinition:
|
||||
|
||||
match self.backend:
|
||||
case TfheBackend.Cpu:
|
||||
features.append("nightly-avx512")
|
||||
features.append("avx512")
|
||||
case TfheBackend.Gpu:
|
||||
features.extend(["gpu", "nightly-avx512"])
|
||||
features.extend(["gpu", "avx512"])
|
||||
case TfheBackend.Hpu:
|
||||
features.extend(["hpu", "hpu-v80"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user