Searched refs:smartsim (Results 1 – 7 of 7) sorted by relevance
| /honee/src/smartsim/ |
| H A D | smartsim.c | 11 static PetscErrorCode SmartSimDataDestroy(SmartSimData *smartsim) { in SmartSimDataDestroy() argument 12 SmartSimData smartsim_ = *smartsim; in SmartSimDataDestroy() 19 *smartsim = NULL; in SmartSimDataDestroy() 24 SmartSimData smartsim; in SmartSimTrainingSetup() local 30 PetscCall(HoneeGetSmartSimData(honee, &smartsim)); in SmartSimTrainingSetup() 33 if (rank % smartsim->collocated_database_num_ranks == 0) { in SmartSimTrainingSetup() 36 …PetscCallSmartRedis(put_tensor(smartsim->client, "check-run", 9, checkrun, dim_2, 1, SRTensorTypeD… in SmartSimTrainingSetup() 37 PetscCall(SmartRedisVerifyPutTensor(smartsim->client, "check-run", 9)); in SmartSimTrainingSetup() 46 SmartSimData smartsim; in SmartSimSetup() local 49 PetscCall(PetscNew(&smartsim)); in SmartSimSetup() [all …]
|
| H A D | sgs_dd_training.c | 215 SmartSimData smartsim; in SGS_DD_TrainingSetup() local 216 PetscCall(HoneeGetSmartSimData(honee, &smartsim)); in SGS_DD_TrainingSetup() 234 if (rank % smartsim->collocated_database_num_ranks == 0) { in SGS_DD_TrainingSetup() 244 array_info[4] = smartsim->collocated_database_num_ranks; in SGS_DD_TrainingSetup() 248 …PetscCallSmartRedis(put_tensor(smartsim->client, tensor_name, strlen(tensor_name), array_info, &ar… in SGS_DD_TrainingSetup() 250 PetscCall(SmartRedisVerifyPutTensor(smartsim->client, tensor_name, strlen(tensor_name))); in SGS_DD_TrainingSetup() 260 …PetscCallSmartRedis(put_tensor(smartsim->client, tensor_name, strlen(tensor_name), tensor_overwrit… in SGS_DD_TrainingSetup() 262 PetscCall(SmartRedisVerifyPutTensor(smartsim->client, tensor_name, strlen(tensor_name))); in SGS_DD_TrainingSetup() 272 …PetscCallSmartRedis(put_tensor(smartsim->client, tensor_name, strlen(tensor_name), &num_filter_wid… in SGS_DD_TrainingSetup() 274 PetscCall(SmartRedisVerifyPutTensor(smartsim->client, tensor_name, strlen(tensor_name))); in SGS_DD_TrainingSetup() [all …]
|
| H A D | solution.c | 48 SmartSimData smartsim; in TSMonitor_SmartSimSolution() local 56 PetscCall(HoneeGetSmartSimData(honee, &smartsim)); in TSMonitor_SmartSimSolution() 75 … PetscCall(PetscSNPrintf(array_key, sizeof array_key, "%s.flow_solution", smartsim->rank_id_name)); in TSMonitor_SmartSimSolution() 77 …NPrintf(array_key, sizeof array_key, "%s.flow_solution.%" PetscInt_FMT, smartsim->rank_id_name, st… in TSMonitor_SmartSimSolution() 95 PetscCallSmartRedis(put_dataset(smartsim->client, dataset)); in TSMonitor_SmartSimSolution()
|
| /honee/ |
| H A D | Makefile | 81 src.c := examples/navierstokes.c $(filter-out $(wildcard **/smartsim/*), $(sort $(wildcard $(PROBLE… 90 src.c += $(sort $(wildcard $(SRCDIR)/smartsim/*.c)) 234 tests.smartsim := test-smartsim 235 tests += $(tests.smartsim:%=$(OBJDIR)/%) 237 $(tests.smartsim:%=$(OBJDIR)/%): $(OBJDIR)/navierstokes
|
| /honee/include/ |
| H A D | smartsim-impl.h | 35 PetscErrorCode HoneeGetSmartSimData(Honee honee, SmartSimData *smartsim);
|
| /honee/tests/ |
| H A D | smartsim_regression_framework.py | 3 from smartsim import Experiment 4 from smartsim.settings import RunSettings
|
| /honee/doc/ |
| H A D | auxiliary.md | 306 (aux-smartsim)= 362 - Place solution data into the smartsim database
|