mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
fix(runtime): formatting.
This commit is contained in:
committed by
Quentin Bourgerie
parent
93835e0106
commit
8f71c331d4
@@ -11,11 +11,13 @@
|
||||
#include <hpx/include/runtime.hpp>
|
||||
#endif
|
||||
|
||||
LweKeyswitchKey_u64 *get_keyswitch_key(mlir::concretelang::RuntimeContext *context) {
|
||||
LweKeyswitchKey_u64 *
|
||||
get_keyswitch_key(mlir::concretelang::RuntimeContext *context) {
|
||||
return context->ksk;
|
||||
}
|
||||
|
||||
LweBootstrapKey_u64 *get_bootstrap_key(mlir::concretelang::RuntimeContext *context) {
|
||||
LweBootstrapKey_u64 *
|
||||
get_bootstrap_key(mlir::concretelang::RuntimeContext *context) {
|
||||
int err;
|
||||
#ifdef CONCRETELANG_PARALLEL_EXECUTION_ENABLED
|
||||
std::string threadName = hpx::get_thread_name();
|
||||
|
||||
Reference in New Issue
Block a user