index
:
opendc.git
master
The OpenDC repository.
Mateusz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
opendc-experiments
/
opendc-experiments-tf20
Age
Commit message (
Expand
)
Author
2022-10-05
refactor(sim/core): Use SimulationScheduler in coroutine dispatcher
Fabian Mastenbroek
2022-06-15
fix(sim/compute): Always recompute power usage
Fabian Mastenbroek
2022-06-15
fix(exp/tf20): Derive device statistics directly from SimMachine
Fabian Mastenbroek
2022-05-06
refactor(exp/tf20): Convert experiment into integration test
Fabian Mastenbroek
2022-05-06
fix(exp/tf20): Fix infinite loop due to invalid rounding
Fabian Mastenbroek
2022-05-06
refactor(exp/tf20): Remove OpenTelemetry from TF20 experiment
Fabian Mastenbroek
2022-05-06
refactor(exp/tf20): Directly expose device stats stats to user
Fabian Mastenbroek
2022-02-18
refactor(simulator): Remove delta parameter from flow callbacks
Fabian Mastenbroek
2022-02-18
build: Remove opendc-platform module
Fabian Mastenbroek
2022-02-18
perf(common): Optimize TimerScheduler
Fabian Mastenbroek
2022-02-18
refactor(utils): Rename utils module to common module
Fabian Mastenbroek
2022-02-15
refactor: Update OpenTelemetry to version 1.11
Fabian Mastenbroek
2021-10-25
refactor(simulator): Support running workloads without coroutines
Fabian Mastenbroek
2021-10-03
perf(simulator): Make convergence callback optional
Fabian Mastenbroek
2021-10-03
refactor(simulator): Create separate callbacks for remaining events
Fabian Mastenbroek
2021-10-03
refactor(simulator): Remove capacity event
Fabian Mastenbroek
2021-10-03
refactor(simulator): Migrate to flow-based simulation
Fabian Mastenbroek
2021-10-03
refactor(simulator): Add support for pushing flow from context
Fabian Mastenbroek
2021-10-03
refactor(simulator): Combine work and deadline to duration
Fabian Mastenbroek
2021-09-02
refactor(format): Remove environment reader from format library
Fabian Mastenbroek
2021-08-25
build: Upgrade to OpenTelemetry 1.5
Fabian Mastenbroek
2021-06-21
simulator: Re-organize compute simulator module
Fabian Mastenbroek
2021-06-11
simulator: Integrate power subsystem with compute subsystem
Fabian Mastenbroek
2021-06-09
build: Eliminate most Hadoop dependencies
Fabian Mastenbroek
2021-06-03
simulator: Split CPUFreq subsystem in compute simulator
Fabian Mastenbroek
2021-06-02
simulator: Start consumers directly from workload
Fabian Mastenbroek
2021-06-01
simulator: Centralize resource logic in SimResourceInterpreter
Fabian Mastenbroek
2021-05-18
chore: Address deprecations due to Kotlin 1.5
Fabian Mastenbroek
2021-05-09
exp: Add explanation about experimental nature of module
Fabian Mastenbroek
2021-05-09
exp: Implement TensorFlow distribution strategies
Wenchen Lai
2021-05-09
exp: Model TensorFlow compute devices
Wenchen Lai
2021-05-09
exp: Add simple network model for TensorFlow experiments
Wenchen Lai
2021-05-09
exp: Add environments for TensorFlow experiments
Wenchen Lai
2021-05-09
exp: Add environment reader for TensorFlow experiments
Wenchen Lai
2021-05-09
exp: Add model of TensorFlow Keras API
Wenchen Lai
2021-05-09
exp: Add TensorFlow experiment setup
Wenchen Lai