Forums - GPU PAGE FAULT

1 post / 0 new
GPU PAGE FAULT
tony.james
Join Date: 27 Aug 22
Posts: 3
Posted: Wed, 2023-10-18 11:15
Hi All,
               I am getting a GPU PAGE FAULT in OpenCL kernel in my OpenCL kernel while running on 8450 device.
               whenever I get a GPU PAGE FAULT, output of the kerenl is all 0s.
               The same kernel is working fine on 8550, and 8650 devices.
 
              in two cases the GPU PAGE FAULT does not occur
              1) when I add a printf() statement to the kernel.
              2) I have an array of 64 bytes in private memory (for each thread), when I define the array as local memory (for 256 threads)
 
             
              Is there any possible reason for this issue to occur?
  • Up0
  • Down0

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.