JuliaRegistries / TagBotErrorReports

Automatic error reports by TagBot
0 stars 0 forks source link

Automatic error report from JuliaGPU/KernelAbstractions.jl #89

Open JuliaTagBot opened 2 years ago

JuliaTagBot commented 2 years ago

Repo: JuliaGPU/KernelAbstractions.jl Run URL: https://github.com/JuliaGPU/KernelAbstractions.jl/actions/runs/3483695530 Image ID: sha256:a006af1d84f9acd8911e8ebf449569f4a1da1898545f45187352091efc498caf Stacktrace:

Traceback (most recent call last):
  File "/root/tagbot/action/__main__.py", line 94, in <module>
    repo.create_release(version, sha)
  File "/root/tagbot/action/repo.py", line 533, in create_release
    self._git.create_tag(version, sha, log)
  File "/root/tagbot/action/git.py", line 106, in create_tag
    self.command("tag", *sign, "-m", message, version, sha)
  File "/root/tagbot/action/git.py", line 71, in command
    raise Abort(f"Git command '{cmd}' failed")
tagbot.action.Abort: Git command 'git -C /tmp/tagbot_repo_ajqm92q3 tag -m ## KernelAbstractions v0.7.3

[Diff since v0.7.2](https://github.com/JuliaGPU/KernelAbstractions.jl/compare/v0.7.2...v0.7.3)

**Closed issues:**
- Support atomics (#7)
- Add backend lookup function based on input arguments (#229)
- Separate Cassette context from `CompilerMetadata` (#231)
- Update for CUDA.jl 3.0 (#241)
- Adding a function to get device from array (type)? (#268)
- Support for atomics (#276)
- CUDA 3.6.3 broke KernelAbstactions. (#280)
- Enzyme fails on GPU kernel (#307)

**Merged pull requests:**
- Add function get_device (#269) (@oschulz)
- Synchronize SpecialFunctions compat (#279) (@charleskawczynski)
- [CUDAKernels] Avoid Cassette looking at device_functions (#281) (@vchuravy)
- Simplify CI and drop bors (#283) (@vchuravy)
- Excise Cassette (#288) (@vchuravy)
- Use Timer to avoid hangs due to error on the device (#291) (@vchuravy)
- don't test KernelGradients on nightly for now (#292) (@vchuravy)
- WIP: Make CUDA stream from cache match CUDA context (#294) (@christophernhill)
- adding atomic support with atomix (#299) (@leios)
- using CPU as default for Scratchpad and SharedMemory (#300) (@leios)
- CompatHelper: add new compat entry for Atomix at version 0.1, (keep existing compat) (#301) (@github-actions[bot])
- Enzyme v0.10 supports GPU compilation again (#303) (@vchuravy)
- Add atomics support for ROCKernels (#304) (@jpsamaroo)
- Enable CPU atomics (#305) (@jpsamaroo)
- Add 'return nothing' to autodiff (#309) (@pxl-th)
- Make examples work by copy-paste into REPL (#310) (@jwscook)
- bounding UnsafeAtomics and UnsafeAtomicsLLVM (#311) (@leios)
- Add oneAPI back-end. (#312) (@maleadt)
- [doc] Some revamping (#314) (@michel2323)
- Fix depwarn (#315) (@ChrisRackauckas)
- ROCKernels: Update to AMDGPU 0.4 (#316) (@jpsamaroo)
- Fix docstrings rendering (#323) (@navidcy)
- fix typo in docs (#327) (@bjarthur)
- Add @ndrange (#329) (@vchuravy)
- Fix stmt form of at_private (#331) (@vchuravy) v0.7.3 3c17ca1d331df0a74a0e15b09e71a399525acd41' failed