GithubHelp home page GithubHelp logo

Comments (4)

pvelesko avatar pvelesko commented on September 13, 2024
╭─pvelesko@cupcake ~/space/chipStar/main ‹b39011d5●›
╰─$ git bisect good                                                                                                                                                                                                                                                                                                                                                     1 ↵
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[f06b69466f8dc5dd55fb42a639c0e4d3f4d83495] OpenCL: Fix USM indirect flags probably caused issues
╭─pvelesko@cupcake ~/space/chipStar/main ‹f06b6946●›

from chipstar.

pvelesko avatar pvelesko commented on September 13, 2024

Manually setting CHIP_USE_INTEL_USM=OFF allows the tests to run to completion successfully.

from chipstar.

linehill avatar linehill commented on September 13, 2024

Skipping clSetKernelExecInfo() on USM allocations works too (at least for TestLazyModuleInit, TestLargeGlobalVar, TestGlobalVarInit):

diff --git a/src/backend/OpenCL/CHIPBackendOpenCL.cc b/src/backend/OpenCL/CHIPBackendOpenCL.cc
index eb2de777..ee32a427 100644
--- a/src/backend/OpenCL/CHIPBackendOpenCL.cc
+++ b/src/backend/OpenCL/CHIPBackendOpenCL.cc
@@ -257,6 +257,7 @@ annotateIndirectPointers(const CHIPContextOpenCL &Ctx,
     break;
   case AllocationStrategy::IntelUSM:
     PtrListName = CL_KERNEL_EXEC_INFO_USM_PTRS_INTEL;
+    return nullptr; // DEBUG
     break;
   case AllocationStrategy::BufferDevAddr:
     PtrListName = CL_KERNEL_EXEC_INFO_DEVICE_PTRS_EXT;

It seems that passing anything (valid USM allocations) in CL_KERNEL_EXEC_INFO_USM_PTRS_INTEL lists break kernel launches. A bug in the driver?

from chipstar.

pvelesko avatar pvelesko commented on September 13, 2024

intel/compute-runtime#748

from chipstar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.