Unverified Commit 302db1ab authored by Joseph Huber's avatar Joseph Huber Committed by GitHub
Browse files

[Offload] Do not link every target for JIT (#92013)

Summary:
The offload library supports basic JIT functionality, however we
currently link against every single target even though only AMDGPU and
NVPTX are supported. This somewhat bloats the dynamic library list, so
we should constrain it to what's actually used.
parent 179efe5a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment