LoopVectorization.jl
Macro(s) for vectorizing loops.
File Explorer
- ci.yml
- CompatHelper.yml
- TagBot.yml
- dependabot.yml
- benchmarkflops.jl
- benchmarks.jl
- directcalljit.f90
- driver.jl
- loadsharedlibs.jl
- looptests.c
- looptests.f90
- looptests.jl
- looptestseigen.cpp
- Manifest.toml
- openmp.c
- plotbenchmarks.jl
- Project.toml
- setup_worker.jl
- logo.png
- logo.svg
- constructing_loopsets.md
- evaluating_loops.md
- loopset_structure.md
- lowering.md
- overview.md
- reference.md
- array_interface.md
- datetime_arrays.md
- dot_product.md
- filtering.md
- matrix_multiplication.md
- matrix_vector_ops.md
- multithreading.md
- special_functions.md
- sum_of_squared_error.md
- api.md
- future_work.md
- getting_started.md
- index.md
- performance_accuracy.md
- vectorized_convenience_functions.md
- make.jl
- Project.toml
- ForwardDiffExt.jl
- ForwardDiffNNlibExt.jl
- SpecialFunctionsExt.jl
- line_number_nodes.jl
- loopstartstopmanager.jl
- lower_compute.jl
- lower_constant.jl
- lower_load.jl
- lower_memory_common.jl
- lower_store.jl
- lower_threads.jl
- lowering.jl
- operation_evaluation_order.jl
- split_loops.jl
- costs.jl
- determinestrategy.jl
- graphs.jl
- operations.jl
- add_compute.jl
- add_constants.jl
- add_ifelse.jl
- add_loads.jl
- add_stores.jl
- memory_ops_common.jl
- count.jl
- filter.jl
- map.jl
- mapreduce.jl
- contract_pass.jl
- subsetview.jl
- broadcast.jl
- condense_loopset.jl
- constructors.jl
- getconstindexes.jl
- LoopVectorization.jl
- precompile.jl
- predicates.jl
- reconstruct_loopset.jl
- transforms.jl
- user_api_conveniences.jl
- .JuliaFormatter.toml
- arraywrappers.jl
- broadcast.jl
- can_avx.jl
- check_empty.jl
- convolutions.jl
- copy.jl
- dot.jl
- fallback.jl
- filter.jl
- forwarddiffext.jl
- gemm.jl
- gemv.jl
- grouptests.jl
- ifelsemasks.jl
- index_processing.jl
- inner_reductions.jl
- iteration_bound_tests.jl
- loopinductvars.jl
- manyarrayrefs.jl
- manyloopreductions.jl
- map.jl
- mapreduce.jl
- misc2.jl
- miscellaneous.jl
- multiassignments.jl
- offsetarrays.jl
- outer_reductions.jl
- parsing_inputs.jl
- printmethods.jl
- Project.toml
- quantum.jl
- reduction_untangling.jl
- rejectunroll.jl
- runtests.jl
- safe_turbo.jl
- shuffleloadstores.jl
- simplemisc.jl
- special.jl
- staticsize.jl
- steprange.jl
- tensors.jl
- testsetup.jl
- threading.jl
- tullio.jl
- upperboundedintegers.jl
- utils.jl
- zygote.jl
- generate_costs.jl
- generate_precompiles.jl
- .codecov.yml
- .gitattributes
- .gitignore
- .JuliaFormatter.toml
- LICENSE
- Project.toml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
julia
View Details ▼
julia
A high-level, high-performance dynamic programming language for technical computing.
julia
Start a REPL (interactive shell):
julia {{program.jl}}
Execute a Julia program and exit:
julia {{program.jl}} {{arguments}}
Execute a Julia program that takes arguments:
turbo
View Details ▼
turbo
High-performance build system for JavaScript and TypeScript codebases.
See also: `nx`.
turbo login
Log in using the default web browser with a Vercel account:
turbo link
Link the current directory to a Vercel organization and enable remote caching:
turbo run build
Build the current project:
