Skip to content

Commit 74505c8

Browse files
committed
Update PrecompileFuture docstring to reflect ctx field rename
1 parent 931269a commit 74505c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helion/autotuner/precompile_future.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ class PrecompileFuture:
297297
Wraps a child process where we are precompiling a kernel.
298298
299299
Attributes:
300-
search (BaseSearch): The search object that initiated the precompilation.
300+
ctx (PrecompileContext): The context needed to drive the precompilation.
301301
config (Config): The configuration to be precompiled.
302302
process (mp.Process | None): The process running the precompilation.
303303
timeout (float): The timeout for the precompilation.

0 commit comments

Comments
 (0)