Skip to content

Back-port of some patches from llvm16 version of Translator.#2371

Merged
MrSidims merged 5 commits intoKhronosGroup:llvm_release_140from
fveselov:extensions-tests-backport
Feb 28, 2024
Merged

Back-port of some patches from llvm16 version of Translator.#2371
MrSidims merged 5 commits intoKhronosGroup:llvm_release_140from
fveselov:extensions-tests-backport

Conversation

@fveselov
Copy link

@fveselov fveselov commented Feb 16, 2024

Back-port of RegisterMapInterfaceINTEL and !spirv.Decoration metadata patches from llvm16 version of Translator, as well as some tests covering Intel extensions.

@CLAassistant
Copy link

CLAassistant commented Feb 16, 2024

CLA assistant check
All committers have signed the CLA.

@fveselov fveselov changed the title Back-port of RegisterMapInterfaceINTEL and !spirv.Decoration metadata patches from llvm16 version of Translator, as well as some tests covering Intel extensions. Back-port of some patches from llvm16 version of Translator. Feb 16, 2024
@fveselov fveselov force-pushed the extensions-tests-backport branch from 0851e5e to e467623 Compare February 20, 2024 14:06
…metadata

Supporting the new FPGA kernel attribute pipelined needs the translator
to handle !spirv.Decoration metadata on functions as well as on global
variables. If the MD is found on the function, call the existing
translation of metadata.
…ution mode

This PR adds the new execution mode RegisterMapInterfaceINTEL, see the Khronos
SPIRV spec here: KhronosGroup/SPIRV-Registry#176
This execution mode allows specifying a 'register' based interface for FPGA kernels.
…ation_delay attribute

The attribute generates the llvm.loop.intel.max_reinvocation_delay.count metadata in LLVM IR.
There is one positive integer literal operand denoting the maximum number of cycles allowed
between loop invocations.
Handle new properties and decorate prefetch's arg.
@fveselov fveselov force-pushed the extensions-tests-backport branch from f4736ef to 53134c1 Compare February 27, 2024 16:44
@fveselov fveselov force-pushed the extensions-tests-backport branch from 53134c1 to 1180308 Compare February 28, 2024 12:56
@MrSidims MrSidims merged commit 0141f3d into KhronosGroup:llvm_release_140 Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants