Ted Li

Results 7 issues of Ted Li

## Issue As you may see below, the emissive surfaces on the inner edges of the cubes in the demo blend file I'm using (from the Radeon ProRenderer documentation) glow...

**Describe the bug** (Related to #138) Authentication prompt show up every time when request and exit gamemode, and sometimes even repeatedly shows up in the middle of a game. Super...

Since I'm on Ubuntu 22.04 LTS where the default ffmpeg and its associated libraries (e.g. libavcodec, libavdevice, etc.) are _not_ built with AMF support by default, I _always_ have to...

question
fixed-in-future-release

### 🚀 The feature, motivation and pitch Given how the competition has powerful pytorch extensions based on hardware-accelerated matrix FMA like tensorrt, and given how the impending gfx11 GPU releases...

Original script (`bench_mixed-precision_vs_single-precision_pytorch_ipex.py`) I am running using IPEX: ``` import torch import intel_extension_for_pytorch as ipex import matplotlib.pyplot as plt import time import sys torch.set_default_tensor_type(torch.FloatTensor) # Comment out the following two...

XPU/GPU
Crash

``` (base) tedliosu@victus-ted:~/Documents/all_git/intel-extension-for-pytorch/docker$ sudo -H ./build.sh [a bunch of output here] (base) tedliosu@victus-ted:~/Documents/all_git/intel-extension-for-pytorch/docker$ IMAGE_NAME=intel-extension-for-pytorch:gpu (base) tedliosu@victus-ted:~/Documents/all_git/intel-extension-for-pytorch/docker$ VIDEO=$(getent group video | sed -E 's,^video:[^:]*:([^:]*):.*$,\1,') (base) tedliosu@victus-ted:~/Documents/all_git/intel-extension-for-pytorch/docker$ RENDER=$(getent group render | sed...

iGPU
Performance

## Description: ## With the recent addition of **sort-merge inner join** support in `libcudf` (see #18318), it would be useful for the Python API (`pylibcudf`) to expose an option allowing...

feature request