8000 Tags · dCO2/compute-runtime · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dCO2/compute-runtime

Tags

19.16.12873

Toggle 19.16.12873's commit message
Spectre mitigation for gcc and clang

Resolves: NEO-3038
intel#159

Change-Id: If464949242afa6fbca85a0533eb874f276164646
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>

19.15.12831

Toggle 19.15.12831's commit message
Revert "[1/n] Use GfxPartition for 32-bit allocations - WddmMemoryMan…

…ager"

This reverts commit 2bb451e76d922861673e052f5f889658ac7db15f.

Change-Id: I1deada59a291a96ef88c8b9b4f2b28861ad27347
Signed-off-by: Venevtsev, Igor <igor.venevtsev@intel.com>

19.14.12751

Toggle 19.14.12751's commit message
Do not limit to 1 slice for throttle hint low.

Change-Id: Id42f2ba3af752d36dcf4c550129c4cf1aa68c530
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>

19.13.12717

Toggle 19.13.12717's commit message
Call pollForCompletion if AUB subcapture is active only

Change-Id: I0f5c35efa6c5b828fe88c15084fec03bb24af4e7
Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>

19.12.12612

Toggle 19.12.12612's commit message
Add Local memory to MemoryPool

Change-Id: I908d4d99b53ed3ab959bbdc094cc1ae7bdfe2971
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>

19.11.12599

Toggle 19.11.12599's commit message
Manifest update

Change-Id: I7861c9d649ae525e627b1fbd5ec8f2591ede498e
Signed-off-by: Jablonski, Mateusz <mateusz.jablonski@intel.com>

19.10.12542

Toggle 19.10.12542's commit message
Move getDevices to a separate file

Change-Id: Ia5ea548ce233d332a040fd3a50592da294d3d612
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>

19.09.12487

Toggle 19.09.12487's commit message
Fix typo in fixture name

Change-Id: Id0ac28416a1ff32a8dca9503c30d918a2b2f80d7
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>

19.08.12439

Toggle 19.08.12439's commit message
Clean drm interfaces.

- all driver allocations are using SoftPin
- remove unneeded methods.
- remove unneeded members.
- remove unneeded code paths.

Change-Id: I3369c0a4d37727210b5a26271d25537ca5218bd4

19.07.12410

Toggle 19.07.12410's commit message
DrmAllocation with correct pair of cpu address and gpu address

correct mapping of cpu and gpu address in memory allocation
in case of NonSVM. Also, used only aligned address since offset
is already calculated and written to "allocationOffset".
gpuBaseAddress is programmed with 0 instead of base address of
heap because it represents GPU's address space.

v2: add allocationOffset to the aligned address in allocation
    data to point to exact starting address of buffer in two
    NonSVM allocation unit tests

Change-Id: I32ef512de64a13459b7c132672f837c5cb210ada
Signed-off-by: dongwonk <dongwon.kim@intel.com>
0