Add ShapeDtypeStruct for compilation without concrete array allocation#2431
Add ShapeDtypeStruct for compilation without concrete array allocation#2431
Conversation
Co-authored-by: avik-pal <30564094+avik-pal@users.noreply.github.com>
Co-authored-by: avik-pal <30564094+avik-pal@users.noreply.github.com>
Co-authored-by: avik-pal <30564094+avik-pal@users.noreply.github.com>
Co-authored-by: avik-pal <30564094+avik-pal@users.noreply.github.com>
| if mode == TracedToTypes | ||
| throw( | ||
| ArgumentError( | ||
| "ShapeDtypeStruct cannot be used as a function call argument; it is only valid for compilation signatures." | ||
| ), | ||
| ) | ||
| end | ||
| if mode == ArrayToConcrete | ||
| throw( | ||
| ErrorException( | ||
| "Cannot convert ShapeDtypeStruct to ConcreteRArray. ShapeDtypeStruct is only for compilation signatures." | ||
| ), | ||
| ) | ||
| end | ||
| # ShapeDtypeStruct behaves like ConcreteToTraced mode - creates a TracedRArray without data | ||
| # Accept both ConcreteToTraced and TracedSetPath modes | ||
| if mode != ConcreteToTraced && mode != TracedSetPath | ||
| throw( | ||
| ArgumentError( | ||
| "ShapeDtypeStruct can only be used with ConcreteToTraced or TracedSetPath mode, got $mode" | ||
| ), | ||
| ) | ||
| end |
There was a problem hiding this comment.
this can be fused into one check
| return res | ||
| end | ||
|
|
||
| Base.@nospecializeinfer function make_tracer( |
There was a problem hiding this comment.
mmm I think you're missing the traced_type_inner rule, right?
| @@ -0,0 +1,94 @@ | |||
| # Example: Using ShapeDtypeStruct for compilation without concrete arrays | |||
There was a problem hiding this comment.
this would be the first script in the "examples" folder. IMHO they can quickly become outdated and confusing for new users if we don't test them. specially in Reactant where we have been breaking API quite a lot.
so... maybe this is better handled in the docs as an @example?
| ```@docs | ||
| ConcreteRArray | ||
| ConcreteRNumber | ||
| ShapeDtypeStruct |
There was a problem hiding this comment.
just a personal opinion so you can ignore it.
since this models an "array" in the end, wouldn't it be better suffixing RArray?
also dtype name is used in numpy, where in Julia we use eltype...
so how about ShapeRArray? GhostRArray? ShadowRArray?
| struct ShapeDtypeStruct{T,N} | ||
| shape::NTuple{N,Int} |
There was a problem hiding this comment.
I think a sharding field is missing. We won't be able to shard otherwise.
The jax docs say this field is optional.
Users currently must construct full
ConcreteRArrayinstances (allocating device memory) to compile functions, even when only shape/dtype metadata is needed. This is inefficient for large arrays and prototyping workflows.Changes
New
ShapeDtypeStruct{T,N}type insrc/Types.jlsize(),eltype(),ndims()interfaceTracing support in
src/Tracing.jlmake_tracerdispatch that createsTracedRArrayfromShapeDtypeStructConcreteToTracedandTracedSetPathmodesType system integration in
src/Reactant.jlunwrapped_eltypemethods for proper type handlingShapeDtypeStructTests in
test/core/compile.jlcovering single/multiple arguments, different dtypes, constructor variationsUsage
API mirrors JAX's
ShapeDtypeStructfor familiarity.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
docs.jax.dev/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)gitlab.com/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(dns block)https://api.github.com/repos/ElOceanografo/SparseInverseSubset.jl/tarball/52962839426b75b3021296f7df242e40ecfc0852/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/EnzymeAD/Enzyme.jl/tarball/990991b8aa76d17693a98e3a915ac7aa49f08d1a/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/EnzymeAD/Enzyme.jl/tarball/ea65d3121f09b5f31102542db9445163b7c99182/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/EnzymeAD/Reactant_jll.jl/tarball/52ad82e9b8a75bc240f78f00e724af403ef5bb06/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/FluxML/Flux.jl/tarball/ea6715b3d7a95a07a62109df1c9ede2641a50706/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/FluxML/Functors.jl/tarball/60a0339f28a233601cb74468032b5c302d5067de/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/FluxML/IRTools.jl/tarball/57e9ce6cf68d0abf5cb6b3b4abf9bedf05c939c0/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/FluxML/MacroTools.jl/tarball/1e0228a030642014fe5cfe68c2c0a818f9e3f522/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/FluxML/NNlib.jl/tarball/6dc9ffc3a9931e6b988f913b49630d0fb986d0a8/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/FluxML/OneHotArrays.jl/tarball/bfe8e84c71972f77e775f75e6d8048ad3fdbe8bc/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/FluxML/Optimisers.jl/tarball/36b5d2b9dd06290cd65fcf5bdbc3a551ed133af5/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/FluxML/Zygote.jl/tarball/a29cbf3968d36022198bcc6f23fdfd70f7caf737/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/FluxML/ZygoteRules.jl/tarball/434b3de333c75fc446aa0d19fc394edafd07ab08/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/GunnarFarneback/RegistryInstances.jl/tarball/ffd19052caf598b8653b99404058fce14828be51/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaArrays/ArrayInterface.jl/tarball/d81ae5489e13bc03567d4fbbb06c546a5e53c857/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaArrays/FillArrays.jl/tarball/2f979084d1e13948a3352cf64a25df6bd3b4dca3/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaArrays/OffsetArrays.jl/tarball/117432e406b5c023f665fa73dc26e79ec3630151/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaArrays/StaticArrays.jl/tarball/eee1b9ad8b29ef0d936e3ec9838c7ec089620308/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaArrays/StaticArraysCore.jl/tarball/6ab403037779dae8c514bad259f32a447262455a/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaArrays/StructArrays.jl/tarball/a2c37d815bf00575332b7bd0389f771cb7987214/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/CUDA_Compiler_jll.jl/tarball/e547b2202721853ec06c6d9a71c87426419ba765/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/CUDA_Driver_jll.jl/tarball/23bf4e60006b78544f753880fbcf1aa158a7669c/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/CUDA_Runtime_jll.jl/tarball/92cd84e2b760e471d647153ea5efc5789fc5e8b2/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/Enzyme_jll.jl/tarball/fea21cfc452db42e3878aab62a76896e76d54d12/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/Expat_jll.jl/tarball/27af30de8b5445644e8ffe3bcb0d72049c089cf1/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/FFTW_jll.jl/tarball/6d6219a004b8cf1e0b4dbe27a2860b8e04eba0be/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/Git_LFS_jll.jl/tarball/bb8471f313ed941f299aa53d32a94ab3bee08844/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/Git_jll.jl/tarball/dc34a3e3d96b4ed305b641e626dc14c12b7824b8/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/Hwloc_jll.jl/tarball/3d468106a05408f9f7b6f161d9e7715159af247b/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/IntelOpenMP_jll.jl/tarball/ec1debd61c300961f98064cfb21287613ad7f303/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/JuliaNVTXCallbacks_jll.jl/tarball/af433a10f3942e882d3c671aacb203e006a5808f/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/LLVMExtra_jll.jl/tarball/8e76807afb59ebb833e9b131ebf1a8c006510f33/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/LLVMOpenMP_jll.jl/tarball/eb62a3deb62fc6d8822c0c4bef73e4412419c5d8/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/LibTracyClient_jll.jl/tarball/d4e20500d210247322901841d4eafc7a0c52642d/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/Libiconv_jll.jl/tarball/be484f5c92fad0bd8acfef35fe017900b0b73809/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/MKL_jll.jl/tarball/282cadc186e7b2ae0eeadbd7a4dffed4196ae2aa/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/MPICH_jll.jl/tarball/9341048b9f723f2ae2a72a5269ac2f15f80534dc/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/MPItrampoline_jll.jl/tarball/e214f2a20bdd64c04cd3e4ff62d3c9be7e969a59/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/MbedTLS_jll.jl/tarball/ff69a2b1330bcb730b9ac1ab7dd680176f5896b8/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/MicrosoftMPI_jll.jl/tarball/bc95bf4149bf535c09602e3acdf950d9b4376227/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/NVTX_jll.jl/tarball/af2232f69447494514c25742ba1503ec7e9877fe/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/NodeJS_20_jll.jl/tarball/0b1b4a83773cfdefa5d9dc0322e4c0624ce88b5b/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/OpenMPI_jll.jl/tarball/ab6596a9d8236041dcd59b5b69316f28a8753592/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/OpenSSH_jll.jl/tarball/301412a644646fdc0ad67d0a87487466b491e53d/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/OpenSpecFun_jll.jl/tarball/1346c9208249809840c91b26703912dff463d335/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/Rmath_jll.jl/tarball/58cdd8fb2201a6267e1db87ff148dd6c1dbd8ad8/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/XML2_jll.jl/tarball/80d3930c6347cfce7ccf96bd3bafdf079d9c0390/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/Xorg_libpciaccess_jll.jl/tarball/4909eb8f1cbf6bd4b1c30dd18b2ead9019ef2fad/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/demumble_jll.jl/tarball/6498e3581023f8e530f34760d18f75a69e3a4ea8/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/micromamba_jll.jl/tarball/2ca2ac0b23a8e6b76752453e08428b3b4de28095/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/oneTBB_jll.jl/tarball/1350188a69a6e46f799d3945beef36435ed7262f/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaBinaryWrappers/pixi_jll.jl/tarball/f349584316617063160a947a82638f7611a8ef0f/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaCollections/AbstractTrees.jl/tarball/2d9c9a55f9c93e8887ad391fbae72f8ef55e1177/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaCollections/DataStructures.jl/tarball/e357641bb3e0638d353c4b29ea0e40ea644066a6/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaCollections/OrderedCollections.jl/tarball/05868e21324cede2207c6f0f466b4bfef6d5e7ee/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaCollections/SortingAlgorithms.jl/tarball/64d974c2e6fdf07f8155b5b2ca2ffa9069b608d9/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaConcurrent/Atomix.jl/tarball/29bb0eb6f578a587a49da16564705968667f5fa8/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaConcurrent/UnsafeAtomics.jl/tarball/b13c4edda90890e5b04ba24e20a310fbe6f249ff/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaData/DataAPI.jl/tarball/abe83f3a2f1b857aac70ef8b269080af17764bbe/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaData/DataFrames.jl/tarball/d8928e9169ff76c6281f39a659f9bca3a573f24c/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaData/DelimitedFiles.jl/tarball/9e2f36d3c96a820c678f2f1f1782582fcf685bae/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaData/InvertedIndices.jl/tarball/6da3c4316095de0f5ee2ebd875df8721e7e0bdbe/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaData/Missings.jl/tarball/ec4f7fbeab05d7747bdf98eb74d130a2a2ed298d/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaData/Parsers.jl/tarball/7d2f8f21da5db6a806faf7b9b292296da42b2810/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaData/PooledArrays.jl/tarball/36d8b4b899628fb92c2749eb488d884a926614d3/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaData/SentinelArrays.jl/tarball/ebe7e59b37c400f694f52b58c93d26201387da70/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaData/StructTypes.jl/tarball/159331b30e94d7b11379037feeb9b690950cace8/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaData/Tables.jl/tarball/f2c1efbc8f3a609aadf318094f8fc5204bdaf344/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaDiff/ChainRules.jl/tarball/3c190c570fb3108c09f838607386d10c71701789/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaDiff/ChainRulesCore.jl/tarball/e4c6a16e77171a5f5e25e9646617ab1c276c5607/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaDiff/DiffResults.jl/tarball/782dd5f4561f5d267313f23853baaaa4c52ea621/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaDiff/DiffRules.jl/tarball/23163d55f885173722d1e4cf0f6110cdbaf7e272/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaDiff/ForwardDiff.jl/tarball/eef4c86803f47dcb61e9b8790ecaa96956fdd8ae/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaDocs/ANSIColoredPrinters.jl/tarball/574baf8110975760d391c710b6341da1afa48d8c/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaDocs/DocInventories.jl/tarball/e97cfa8680a39396924dcdca4b7ff1014ed5c499/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaDocs/DocStringExtensions.jl/tarball/7442a5dfe1ebb773c29cc2962a8980f47221d76c/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaDocs/Documenter.jl/tarball/b37458ae37d8bdb643d763451585cd8d0e5b4a9e/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaDocs/IOCapture.jl/tarball/0ee181ec08df7d7c911901ea38baf16f755114dc/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaDocs/MarkdownAST.jl/tarball/465a70f0fc7d443a00dcdc3267a497397b8a3899/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaFolds/FLoopsBase.jl/tarball/656f7a6859be8673bf1f35da5670246b923964f7/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaFolds/InitialValues.jl/tarball/4da0f88e9a39111c2fa3add390ab15f3a44f3ca3/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaFolds/SplittablesBase.jl/tarball/e08a62abc517eb79667d0a29dc08a3b589516bb5/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaFolds2/BangBang.jl/tarball/7edecc3b90af8373014393e98e8fcfbdf3b52543/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaFolds2/FLoops.jl/tarball/0a2e5873e9a5f54abb06418d57a8df689336a660/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaFolds2/MicroCollections.jl/tarball/44d32db644e84c75dab479f1bc15ee76a1a3618f/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaFolds2/Transducers.jl/tarball/4aa1fdf6c1da74661f6f5d3edfd96648321dade9/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaFunctional/CompositionsBase.jl/tarball/802bb88cd69dfd1509f6670416bd4434015693ad/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGPU/Adapt.jl/tarball/7e35fca2bdfba44d797c53dfe63a51fabf39bfc0/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGPU/CUDA.jl/tarball/3fe1fb600b6ec029697416d5851ef0661c538f20/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGPU/CUDA_Runtime_Discovery.jl/tarball/f9a521f52d236fe49f1028d69e549e7f2644bb72/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGPU/GPUArrays.jl/tarball/83cf05ab16a73219e5f6bd1bdfa9848fa24ac627/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGPU/GPUArrays.jl/tarball/cf610e3149d6bd9d3dfb63b218869394c3ee819f/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGPU/GPUCompiler.jl/tarball/966946d226e8b676ca6409454718accb18c34c54/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGPU/GPUToolbox.jl/tarball/9e9186b09a13b7f094f87d1a9bb266d8780e1b1c/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGPU/KernelAbstractions.jl/tarball/fb14a863240d62fbf5922bf9f8803d7df6c62dc8/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaGPU/NVTX.jl/tarball/a9083c3e469e63cca454d1fc3b19472d9d92c14a/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaIO/BufferedStreams.jl/tarball/6863c5b7fc997eadcabdbaf6c5f201dc30032643/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaIO/CodecZlib.jl/tarball/962834c22b66e32aa10f7611c08c8ca4e20749a9/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaIO/FileIO.jl/tarball/6522cfb3b8fe97bec632252263057996cbd3de20/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaIO/JSON.jl/tarball/b3ad4a0255688dcb895a52fafbaae3023b588a90/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaIO/ObjectFile.jl/tarball/22faba70c22d2f03e60fbc61da99c4ebfc3eb9ba/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaIO/ProtoBuf.jl/tarball/eabdb811dbacadc9d7e0dee9ac11c1a12705e12a/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaIO/StructIO.jl/tarball/c581be48ae1cbf83e899b14c07a807e1787512cc/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaIO/TranscodingStreams.jl/tarball/0c45878dcfdcfa8480052b6ab162cdd138781742/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaInterop/CEnum.jl/tarball/389ad5c84de1ae7cf0e28e381131c98ea87d54fc/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaLLVM/LLVM.jl/tarball/69e4739502b7ab5176117e97e1664ed181c35036/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaLang/Compat.jl/tarball/9d8a54ce4b17aa5bdce0ea5c34bc5e7c340d16ad/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaLang/MbedTLS.jl/tarball/c067a280ddc25f196b5e7df3877c6b226d390aaf/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaLang/PrecompileTools.jl/tarball/07a921781cab75691315adc645096ed5e370cb77/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaLang/ScopedValues.jl/tarball/c3b2323466378a2ba15bea4b2f73b081e022f473/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaLogging/LoggingExtras.jl/tarball/f00544d95982ea270145636c181ceda21c4e2575/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaLogging/ProgressLogging.jl/tarball/f0803bc1171e455a04124affa9c21bba5ac4db32/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaML/MLCore.jl/tarball/73907695f35bc7ffd9f11f6c4f2ee8c1302084be/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaML/MLUtils.jl/tarball/a772d8d1987433538a5c226f79393324b55f7846/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaMath/AbstractFFTs.jl/tarball/d92ad398961a3ed262d8bf04a1a2b8340f915fef/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaMath/BFloat16s.jl/tarball/e386db8b4753b42caac75ac81d0a4fe161a68a97/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaMath/Combinatorics.jl/tarball/c761b00e7755700f9cdf5b02039939d1359330e1/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaMath/FFTW.jl/tarball/97f08406df914023af55ade2f843c39e99c5d969/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaMath/HypergeometricFunctions.jl/tarball/68c173f4f449de5b438ee67ed0c9c748dc31a2ec/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaMath/InverseFunctions.jl/tarball/a779299d77cd080bf77b97535acecd73e1c5e5cb/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaMath/IrrationalConstants.jl/tarball/b2d91fe939cae05960e760110b328288867b5758/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaMath/NaNMath.jl/tarball/9b8215b1ee9e78a293f99797cd31375471b2bcae/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaMath/QuadGK.jl/tarball/9da16da70037ba9d701192e27befedefb91ec284/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaMath/RealDot.jl/tarball/9f0a1b71baaf7650f4fa8a1d168c7fb6ee41f0c9/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaMath/Roots.jl/tarball/8a433b1ede5e9be9a7ba5b1cc6698daa8d718f1d/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaMath/SpecialFunctions.jl/tarball/5acc6a41b3082920f79ca3c759acbcecf18a8d78/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaObjects/Accessors.jl/tarball/856ecd7cebb68e5fc87abecd2326ad59f0f911f3/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaObjects/ConstructionBase.jl/tarball/b4b092499347b18a015186eae3042f72267106cb/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaPackaging/JLLWrappers.jl/tarball/0533e564aae234aff59ab625543145446d8b6ec2/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaPackaging/Preferences.jl/tarball/522f093a29b31a93e34eaea17ba055d850edea28/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaPackaging/RelocatableFolders.jl/tarball/ffdaf70d81cf6ff22c2b6e733c900c3321cab864/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaPackaging/Requires.jl/tarball/62389eeff14780bfe55195b7204c0d8738436d64/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaPackaging/Scratch.jl/tarball/9b81b8393e50b7d4e6d0a9f14e192294d3b7c109/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaPackaging/SimpleBufferStream.jl/tarball/f305871d2f381d21527c770d4788c06c097c9bc1/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaParallel/MPI.jl/tarball/a61ecf714d71064b766d481ef43c094d4c6e3c52/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaParallel/MPI.jl/tarball/c105fe467859e7f6e9a852cb15cb4301126fac07/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaPluto/ExpressionExplorer.jl/tarball/4a8c0a9eebf807ac42f0f6de758e60a20be25ffb/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaPluto/Malt.jl/tarball/987fb06a33e6200c3e75133d180f5bfdda37f337/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaPy/CondaPkg.jl/tarball/bd491d55b97a036caae1d78729bdb70bf7dababc/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaPy/MicroMamba.jl/tarball/011cab361eae7bcd7d278f0a7a00ff9c69000c51/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaPy/PythonCall.jl/tarball/982f3f017f08d31202574ef6bdcf8b3466430bea/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaRandom/Random123.jl/tarball/dbe5fd0b334694e905cb9fda73cd8554333c46e2/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaRandom/RandomNumbers.jl/tarball/c6ec94d2aaba1ab2ff983052cf6a606ca5985902/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaRandom/StableRNGs.jl/tarball/4f96c596b8c8258cc7d3b19797854d368f243ddc/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaSIMD/CPUSummary.jl/tarball/f3a21d7fc84ba618a779d1ed2fcca2e682865bab/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaSIMD/LLVMLoopInfo.jl/tarball/2e5c102cfc41f48ae4740c7eca7743cc7e7b75ea/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaServices/ConcurrentUtilities.jl/tarball/d9d26935a0bcffc87d2613ce14c527c99fc543fd/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaServices/ExceptionUnwrapping.jl/tarball/d36f682e590a83d63d1c7dbd287573764682d12a/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaServices/StructUtils.jl/tarball/9297459be9e338e546f5c4bedb59b3b5674da7f1/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaStaging/JuliaVariables.jl/tarball/49fb3cb53362ddadb4415e9b73926d6b40709e70/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaStaging/NameResolution.jl/tarball/1a0fa0e9613f46c9b8c11eee38ebb4f590013c5e/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaStats/Distributions.jl/tarball/fbcc7610f6d8348428f722ecbe0e6cfe22e672c6/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaStats/HypothesisTests.jl/tarball/b67985bd11331ccef26109a6269dbaae01474a72/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaStats/LogExpFunctions.jl/tarball/13ca9e2586b89836fd20cccf56e57e2b9ae7f38f/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaStats/PDMats.jl/tarball/e4cff168707d441cd6bf3ff7e4832bdf34278e4a/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaStats/Rmath.jl/tarball/5b3d50eb374cea306873b371d3f8d3915a018f0b/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaStats/Statistics.jl/tarball/ae3bb1eb3bba077cd276bc5cfc337cc65c3075c0/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaStats/StatsAPI.jl/tarball/178ed29fd5b2a2cfc3bd31c13375ae925623ff36/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaStats/StatsBase.jl/tarball/aceda6f4e598d331548e04cc6b2124a6148138e3/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaStats/StatsFuns.jl/tarball/91f091a8716a6bb38417a6e6f274602a19aaa685/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaStrings/InlineStrings.jl/tarball/8f3d257792a522b4601c24a577954b0a8cd7334d/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaStrings/LaTeXStrings.jl/tarball/dda21b8cbd6a6c40d9d02a73230f9d70fed6918c/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaTesting/Aqua.jl/tarball/d57fd255a8932b6509baf43284c416fc44d0b903/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaTesting/ExplicitImports.jl/tarball/a8b6c26bf0ea9f8c4bad71e109a5fa64f34be392/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaTesting/ExprTools.jl/tarball/27415f162e6028e81c72b82ef756bf321213b6ec/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaTesting/ParallelTestRunner.jl/tarball/bf3b1f7a4baeeaf4d8ec294272f9b0c49c1732da/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaVersionControl/Git.jl/tarball/824a1890086880696fc908fe12a17bcf61738bd8/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaWeb/HTTP.jl/tarball/5e6fe50ae7f23d171f44e311c2960294aaa0beb5/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaWeb/OpenSSL.jl/tarball/1d1aaa7d449b58415f97d2839c318b70ffb525a0/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/JuliaWeb/URIs.jl/tarball/bef26fb046d031353ef97a82e3fdb6afe7f21b1a/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/KlausC/PkgVersion.jl/tarball/f9501cc0430a26bc3d156ae1b5b0c1b47af4d6da/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/KristofferC/Crayons.jl/tarball/249fe38abf76d48563e2f4556bebd215aa317e15/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/KristofferC/LazilyInitializedFields.jl/tarball/0f2da712350b020bc3957f269c9caad516383ee0/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/LilithHafner/AliasTables.jl/tarball/9876e1e164b144ca45e9e3198d0b689cadfed9ff/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/LilithHafner/Chairmarks.jl/tarball/9a49491e67e7a4d6f885c43d00bb101e6e5a434b/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/LilithHafner/PtrArrays.jl/tarball/1d36ef11a9aaf1e8b74dacc6a731dd1de8fd493d/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/LuxDL/Boltz.jl/tarball/5d2ce92a02cdd73e15ccd87a9759fd57e33b6862/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/LuxDL/DocumenterVitepress.jl/tarball/4319fa96dffcddf85bccc62667bc6faa497a2c73/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/LuxDL/Lux.jl/tarball/334de475ff414c8eb67f88f57f7b02d40cd8f320/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/LuxDL/Lux.jl/tarball/9455b1e829d8dacad236143869be70b7fdb826b8/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/LuxDL/Lux.jl/tarball/d79b71da9e7be904db615bdb99187d30753822a4/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/LuxDL/Lux.jl/tarball/d8ab79840174b85db64214d4140d4be0a9270210/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/LuxDL/Lux.jl/tarball/d93ed9031e8609a63dcd7f158f8565f93a0ab61e/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/MilesCranmer/DispatchDoctor.jl/tarball/42cd00edaac86f941815fe557c1d01e11913e07c/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/SciML/ADTypes.jl/tarball/f7304359109c768cf32dc5fa2d371565bb63b68a/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/SciML/CommonSolve.jl/tarball/78ea4ddbcf9c241827e7035c3a03e2e456711470/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/SciML/CommonWorldInvalidations.jl/tarball/ae52d1c52048455e85a387fbee9be553ec2b68d0/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/SciML/IfElse.jl/tarball/debdd00ffef04665ccbb3e150747a77560e8fad1/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/SciML/NeuralOperators.jl/tarball/ea2b7b788701e9580bf5231726c22a58eb24cb9a/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/SciML/SciMLPublic.jl/tarball/0ba076dbdce87ba230fff48ca9bca62e1f345c9b/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/SciML/Static.jl/tarball/49440414711eddc7227724ae6e570c7d5559a086/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/astrozot/PrettyChairmarks.jl/tarball/6ced454f88c64b178f7222de91ebcb253c7a4f0f/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/c42f/FastClosures.jl/tarball/acebe244d53ee1b461970f8910c235b259e772ef/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/chengchingwen/DLFP8Types.jl/tarball/422996f4ddf0ed17a9a3b729347fcbf38fae80b2/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/cjdoris/UnsafePointers.jl/tarball/c81331b3b2e60a982be57c046ec91f599ede674a/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/fhs/NPZ.jl/tarball/60a8e272fe0c5079363b28b0953831e2dd7b7e6f/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/fhs/ZipFile.jl/tarball/f492b7fe1698e623024e873244f10d89c95c340a/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/fredrikekre/EnumX.jl/tarball/7bebc8aad6ee6217c78c5ddcf7ed289d65d0263e/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/jmert/BitFlags.jl/tarball/0691e34b3bb8be9307330f88d1a3c3f25466c24d/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/jonniedie/ConcreteStructs.jl/tarball/f749037478283d372048690eb3b5f92a79432b34/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/jw3126/ArgCheck.jl/tarball/f9e9a66c9b7be1ad7372bbd9b062d9230c30c5ce/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/jw3126/Setfield.jl/tarball/c5391c6ace3bc430ca630251d02ea9687169ca68/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/m-j-w/CpuId.jl/tarball/fcbb72b032692610bfbdb15018ac16a36cf2e406/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/mauro3/SimpleTraits.jl/tarball/be8eeac05ec97d379347584fa9fe2f5f76795bcb/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/milankl/Float8s.jl/tarball/422fe4c68df8b4a0507cc6675921c617c175a3a3/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/queryverse/DataValueInterfaces.jl/tarball/bfc1187b79289637fa0ef6d4436ebdfe6905cbd6/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/queryverse/IteratorInterfaceExtensions.jl/tarball/a3f24677c21f5bbe9d2a714f95dcd58337fb2856/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/queryverse/TableTraits.jl/tarball/c06b2f539df1c6efa794486abfb6ed2022561a39/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/quinnj/JSON3.jl/tarball/411eccfe8aba0814ffa0fdf4860913ed09c34975/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/rdeits/CommonSubexpressions.jl/tarball/cda2cfaebb4be89c9084adaca7dd7333369715c5/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/ronisbr/PrettyTables.jl/tarball/c5a07210bd060d6a8491b0ccdee2fa0235fc00bf/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/ronisbr/StringManipulation.jl/tarball/a3c1536470bf8c5e02096ad4853606d7c8f62721/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/simonster/Reexport.jl/tarball/45e428421666073eab6f2da5c9d310d99bb12f9b/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/thautwarm/MLStyle.jl/tarball/bc38dff0548128765760c79eb7388a4b37fae2c8/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/thautwarm/PrettyPrint.jl/tarball/632eb4abab3449ab30c5e1afaa874f0b98b586e4/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/timholy/MethodAnalysis.jl/tarball/39277c4f6a771f45613e552a9ae826be1bf873fe/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/tkf/Baselet.jl/tarball/aebf55e6d7795e02ca500a689d326ac979aaf89e/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/tkf/ContextVariablesX.jl/tarball/25cc3803f1030ab855e383129dcd3dc294e322cc/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/tkf/DefineSingletons.jl/tarball/0fba8b706d0178b4dc7fd44a96a92382c9065c2c/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/topolarity/Tracy.jl/tarball/73e3ff50fd3990874c59fef0f35d10644a1487bc/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/vchuravy/HashArrayMappedTries.jl/tarball/2eaa69a7cab70a52b9687c8bf950a5a93ec895ae/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)https://api.github.com/repos/vtjnash/Pidfile.jl/tarball/2d8aaf8ee10df53d0dfb9b8ee44ae7c04ced2b03/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(http block)pkg.julialang.org/usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate()(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
compileAPI without having to construct concrete arrays #2430💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.