Skip to content

Commit

Permalink
chore(ci): switch gpu tests on push to l40 and deactivate fast pks
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesLeroy committed Jan 6, 2025
1 parent 57a31d1 commit 7cb75b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ __host__ inline bool can_use_pks_fast_path(uint32_t lwe_dimension,
uint32_t polynomial_size,
uint32_t level_count,
uint32_t glwe_dimension) {
// TODO: Generalize to level_count > 1 by transposing the KSK
return level_count == 1;
// TODO: activate it back, fix tests and extend to level_count > 1
return false;
}

// Initialize decomposition by performing rounding
Expand Down
2 changes: 1 addition & 1 deletion ci/slab.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ instance_type = "m6i.4xlarge"
[backend.hyperstack.gpu-test]
environment_name = "canada"
image_name = "Ubuntu Server 22.04 LTS R535 CUDA 12.2"
flavor_name = "n3-RTX-A6000x1"
flavor_name = "n3-L40x1"

[backend.hyperstack.single-h100]
environment_name = "canada"
Expand Down

0 comments on commit 7cb75b1

Please sign in to comment.