[Bugfix] Assign Target for jit kernel (#648)
* fix: Copy Target to self.target
* refactor: Remove unused target attribute and adjust context management in JITKernel
- Removed the unused `target` attribute from the `JITKernel` class.
- Updated the context management in the `compile` method to utilize `self.target`, improving clarity and ensuring proper resource handling during compilation.
---------
Co-authored-by:
LeiWang1999 <leiwang1999@outlook.com>
Showing
Please register or sign in to comment