[Kernel-packages] [Bug 2049714] Re: [RPL-P] igt-gpu-tool enablement

2024-04-12 Thread Dongwon Kim
@hectorcao

I installed 24.04 and was able to try the test version from your PPA
location w/ our DG2 device. And It worked good!. Thanks!

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to intel-gpu-tools in Ubuntu.
https://bugs.launchpad.net/bugs/2049714

Title:
  [RPL-P] igt-gpu-tool enablement

Status in intel:
  Fix Released
Status in The Kobuk project:
  In Progress
Status in intel-gpu-tools package in Ubuntu:
  In Progress
Status in intel-gpu-tools source package in Noble:
  In Progress

Bug description:
  [Description]
igt-gpu-tool enabling for Raptor Lake-P

  [Hardware Information]
Architecture:
  Intel
Platform(s):
  Raptor Lake-P
Date HW is expected at Canonical:

Component(s):
  itg-gpu-tool

  [Software Information]
Target Version:
  22.04
Target Kernel:
  
Commit IDs / External Links:

https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/commit/1b32bcdb2d9965090234739aba891a90743e01c4


  [Business Justification]

  [Testing guidance]

  [External ID]

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/2049714/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2049714] Re: [RPL-P] igt-gpu-tool enablement

2024-04-09 Thread Dongwon Kim
I am getting error during apt-get update. Other sources like 
Get:13 http://us.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 
Packages [1,699 kB]
works ok so I assume this is not a proxy issue. 
Any advice?

Ign:6 https://ppa.launchpadcontent.net/hectorcao/lp2049714/ubuntu jammy 
InRelease
Err:7 https://ppa.launchpadcontent.net/hectorcao/lp2049714/ubuntu jammy Release
  404  Not Found [IP: 10.1.192.48 911]

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to intel-gpu-tools in Ubuntu.
https://bugs.launchpad.net/bugs/2049714

Title:
  [RPL-P] igt-gpu-tool enablement

Status in intel:
  Fix Released
Status in The Kobuk project:
  In Progress
Status in intel-gpu-tools package in Ubuntu:
  In Progress
Status in intel-gpu-tools source package in Noble:
  In Progress

Bug description:
  [Description]
igt-gpu-tool enabling for Raptor Lake-P

  [Hardware Information]
Architecture:
  Intel
Platform(s):
  Raptor Lake-P
Date HW is expected at Canonical:

Component(s):
  itg-gpu-tool

  [Software Information]
Target Version:
  22.04
Target Kernel:
  
Commit IDs / External Links:

https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/commit/1b32bcdb2d9965090234739aba891a90743e01c4


  [Business Justification]

  [Testing guidance]

  [External ID]

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/2049714/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2003757] [NEW] LLVM12 issue: clang: CommandLine Error: Option 'h' registered more than once!

2023-01-23 Thread Dongwon Kim
Public bug reported:

With following packages installed on top of Ubuntu 22.04LTS related to
OpenCL on intel GFX.

libllvm12:amd64  1:12.0.1-19ubuntu3
libclang-cpp12:amd64  1:12.0.1-19ubuntu3
libllvmspirvlib12:amd64  12.0.0-3
libopencl-clang12:amd64  12.0.0-3
libigc1:amd64  1.0.10840-1
libigc-tools:amd64  1.0.10840-1
libclang1-12:amd64  1:12.0.1-19ubuntu3
libigdgmm12:amd64  22.1.2+ds1-1
libigdfcl1:amd64  1.0.10840-1
ocl-icd-libopencl1:amd64  2.2.14-3
intel-opencl-icd:amd64  22.14.22890-1

Subtests from standard Khronos OpenCL-CTS at
https://github.com/KhronosGroup/OpenCL-CTS sporadically fails with an
error,

Executed command : "OpenCL-CTS/build/test_conformance/math_brute_force$
./test_bruteforce -w rint"

clang: CommandLine Error: Option 'h' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options
Aborted (core dumped)

Chance of failure is about 5-10%.

Researched little bit and found this is related to the problem the
recently accepted LLVM patch addresses.

https://reviews.llvm.org/D129129

This fix however, is for the current version of LLVM. This might need to
be rebased for LLVM12.

** Affects: llvm-toolchain-12 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to llvm-toolchain-12 in Ubuntu.
https://bugs.launchpad.net/bugs/2003757

Title:
  LLVM12 issue: clang: CommandLine Error: Option 'h' registered more
  than once!

Status in llvm-toolchain-12 package in Ubuntu:
  New

Bug description:
  With following packages installed on top of Ubuntu 22.04LTS related to
  OpenCL on intel GFX.

  libllvm12:amd64  1:12.0.1-19ubuntu3
  libclang-cpp12:amd64  1:12.0.1-19ubuntu3
  libllvmspirvlib12:amd64  12.0.0-3
  libopencl-clang12:amd64  12.0.0-3
  libigc1:amd64  1.0.10840-1
  libigc-tools:amd64  1.0.10840-1
  libclang1-12:amd64  1:12.0.1-19ubuntu3
  libigdgmm12:amd64  22.1.2+ds1-1
  libigdfcl1:amd64  1.0.10840-1
  ocl-icd-libopencl1:amd64  2.2.14-3
  intel-opencl-icd:amd64  22.14.22890-1

  Subtests from standard Khronos OpenCL-CTS at
  https://github.com/KhronosGroup/OpenCL-CTS sporadically fails with an
  error,

  Executed command : "OpenCL-
  CTS/build/test_conformance/math_brute_force$ ./test_bruteforce -w
  rint"

  clang: CommandLine Error: Option 'h' registered more than once!
  LLVM ERROR: inconsistency in registered CommandLine options
  Aborted (core dumped)

  Chance of failure is about 5-10%.

  Researched little bit and found this is related to the problem the
  recently accepted LLVM patch addresses.

  https://reviews.llvm.org/D129129

  This fix however, is for the current version of LLVM. This might need
  to be rebased for LLVM12.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-12/+bug/2003757/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp