Opened 3 weeks ago

Closed 13 days ago

#21370 closed enhancement (fixed)

SPIRV-LLVM-Translator-20.1.1

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 12.4
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (5)

comment:1 by Xi Ruoyao, 3 weeks ago

Summary: SPIRV-LLVM-Translator-20.2.2SPIRV-LLVM-Translator-20.1.2

comment:2 by Xi Ruoyao, 3 weeks ago

Summary: SPIRV-LLVM-Translator-20.1.2SPIRV-LLVM-Translator-20.1.1

comment:3 by Douglas R. Reno, 3 weeks ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:4 by Douglas R. Reno, 13 days ago

Release notes:

Use IRBuilder in lowerBuiltinCallsToVariables; NFC (#3022)
  Simplify code by not having to manually track insertion positions and
  debug locations.
Emit select for out-of-range builtin var indices (#3023)
  The behaviour for out-of-range dimension arguments to work-item
  functions is well defined in OpenCL C. For example, `get_global_size`
  must return 1 if its argument is larger than `get_work_dim() - 1`.
  Ensure the generated `extractelement` index never exceeds the vector
  size and return the correct out-of-range value (which is either 0 or 1
  depending on the builtin).
[Backport to 20] [SPIR-V 1.6] Allow UniformDecoration capability for Uniform (#3075)
  Starting from SPIR-V 1.6, the `UniformDecoration` capability also
  enables the `Uniform` decoration (in addition to the `Shader`
  capability). llvm-spirv was not aware of this, and would always add the
  `Shader` (and implied `Matrix`) capabilities when consuming a SPIR-V
  module with a `Uniform` decoration.
[Backport to 20] Fix OpTypeBufferSurfaceINTEL translation for opaque pointers (#3080)
  It should be a target extension type.
[Backport to 20] Deprecate SPV_INTEL_token_type (#3025) (#3086)
  Token type will stop being generated by the writer. Yet it still be
  consumed by the reader.

comment:5 by Douglas R. Reno, 13 days ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.