Giter VIP home page Giter VIP logo

Comments (8)

MrRobbin avatar MrRobbin commented on September 18, 2024 1

Hi @amini-allight , I use the latest RADV driver, but I also observe the same Hang issue.

from amdvlk.

MrRobbin avatar MrRobbin commented on September 18, 2024 1

Hi @amini-allight , I don't think this is a driver (umd/kmd) issue.
In my humble opinion, you can't specify an invalid index, that is out of the sampler2D objects arrary's range. This against the Spec.

from amdvlk.

00pandora00 avatar 00pandora00 commented on September 18, 2024 1

and it could cause ungraceful failure states in gaming applications as well.

yea Iā€™m here exactly for this xD

the "hanging issue" can crash your video when you play videogames forcing you to restart you pc.

from amdvlk.

MrRobbin avatar MrRobbin commented on September 18, 2024

Hi @amini-allight , Under both of the AMDVLK and RADV drivers, all trigger the gpu hang and the system soft recovered after a while.
Actually from the dmesg, hang under AMDVLK and RADV are due to the same reasons.

from amdvlk.

amini-allight avatar amini-allight commented on September 18, 2024

Do you think I should report this as an issue with the kernel instead?

from amdvlk.

amini-allight avatar amini-allight commented on September 18, 2024

You think it's an inherent behavior of the hardware?

In my humble opinion, you can't specify an invalid index, that is out of the sampler2D objects arrary's range. This against the Spec.

Of course, I mentioned that in my original issue. Crashing in response to undefined behavior doesn't violate any specification but it does make development work on the platform significantly harder than it needs to be and that's a problem.

from amdvlk.

MrRobbin avatar MrRobbin commented on September 18, 2024

@amini-allight Yes, the invalid index will cause the undefined behavior based on the GLSL spec.

There is currently no such extension to support the out-of-bound inspection. So a better way is do more
check in app level or propose new extension.

from amdvlk.

amini-allight avatar amini-allight commented on September 18, 2024

I already addressed this in my original issue, there is more to software than conformance to the specification.

from amdvlk.

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.