Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion skainet-compile/skainet-compile-hlo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ kotlin {
}

jvmMain.dependencies {
// HloGenerator records traces with VoidTensorOps from
// skainet-lang-core — the JVM production path never needs a
// real backend implementation. No CPU-specific imports here.
implementation(project(":skainet-lang:skainet-lang-models"))
implementation(project(":skainet-backends:skainet-backend-cpu"))
implementation(libs.kotlinx.coroutines)
}

Expand Down
Loading