"docs/git@developer.sourcefind.cn:lacacy/qwen_lmdeploy.git" did not exist on "c3290cadcd8818deeaf9281f0494174308e04d79"
[Bugfix] Fix saving kernel source code where JITKernel.artifact is None (#921)
In cases where JITKernel.artifact is None, it'll spit error - ``` 2025-10-01 01:06:18 [TileLang:tilelang:ERROR]: Error saving kernel source code to disk: 'NoneType' object has no attribute 'kernel_source' ``` Looking at properties of JITKernel, it seems that `JITKernel.kernel_source` is a better way to achieve this. Ref: https://github.com/tile-ai/tilelang/blob/main/tilelang/jit/kernel.py#L453-L455 Co-authored-by:Dylan <miaoding.dai@plus.ai>
Showing
Please register or sign in to comment