Skip to content

Tags: agrachiv/intel-graphics-compiler

Tags

igc-1.0.10395

Toggle igc-1.0.10395's commit message
 Trivial refactoring

Trivial refactoring

igc-1.0.10200

Toggle igc-1.0.10200's commit message
 Fix compilation error with GCC 12

 This hits a bug in unreleased GCC 12 snapshots, due to an ambiguous
std::pair constructor. It can be easily avoided and improve the code at
the same time, by using nullptr for the pointer, and using emplace to
avoid an unnecessary temporary.

igc-1.0.10183

Toggle igc-1.0.10183's commit message
 Fixed problem with resolved values caching in JointMatrix resolution…

… pass.

This patch fixes problem with JointMatrix value caching that caused
wrong value to be fetch from the cache. This patch also optimizes PHI
node resolution by removing the need to resolve first incoming value
before creating a new PHI node. With this change in place the
placeholding mechanism is no longer needed.

igc-1.0.9933

Toggle igc-1.0.9933's commit message
[Autobackout][FuncReg]Revert of change: 45ea39b

 Pass -fusedCallWA option for EU fusion platforms

This option must be passed to VISA for all platforms with fused EUs.

igc-1.0.9636

Toggle igc-1.0.9636's commit message
 extend VC type size wrapper with strict size calculation

In some situations we'd like to ensure that the type size can be represented
in the specified units of measurements exactly.

igc-1.0.9441

Toggle igc-1.0.9441's commit message
 Split SPIR-V VC BiF module into multiple files

igc-1.0.9389

Toggle igc-1.0.9389's commit message
 Remove implicit cast.

Remove implicit StringRef to std::string cast.

igc-1.0.9289

Toggle igc-1.0.9289's commit message
 minor cosmetic refactoring to CMImpParam pass

---------------------------

igc-1.0.8744

Toggle igc-1.0.8744's commit message
 Remove unnecessary 'virtual'

And add 'override'

igc-1.0.8708

Toggle igc-1.0.8708's commit message
[Autobackout][FuncReg]Revert of change: 82f8c79

 Make -cmc option unknown for SPIRV path

Report -cmc option as unknown in preparation for complete removal of
deprecated compilation mode.