dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 74973] New: [radeonsi] Gimp OpenCL does not work
@ 2014-02-14 10:57 bugzilla-daemon
  2014-02-17  4:16 ` [Bug 74973] " bugzilla-daemon
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: bugzilla-daemon @ 2014-02-14 10:57 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 730 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=74973

          Priority: medium
            Bug ID: 74973
          Assignee: dri-devel@lists.freedesktop.org
           Summary: [radeonsi] Gimp OpenCL does not work
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: darkbasic@linuxsystems.it
          Hardware: Other
            Status: NEW
           Version: XOrg CVS
         Component: DRM/Radeon
           Product: DRI

Start gimp with GEGL_USE_OPENCL=yes
Open an image, tools --> gegl operation --> motion blur --> crash

3.14 and latest graphic stack from git including llvm-3.5 and mesa 10.2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2031 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 74973] [radeonsi] Gimp OpenCL does not work
  2014-02-14 10:57 [Bug 74973] New: [radeonsi] Gimp OpenCL does not work bugzilla-daemon
@ 2014-02-17  4:16 ` bugzilla-daemon
  2014-02-19 11:45 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2014-02-17  4:16 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 315 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=74973

--- Comment #1 from Michel Dänzer <michel@daenzer.net> ---
Please provide more information about the crash; at least the stderr output
from gimp, preferably with R600_DEBUG=cs.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1083 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 74973] [radeonsi] Gimp OpenCL does not work
  2014-02-14 10:57 [Bug 74973] New: [radeonsi] Gimp OpenCL does not work bugzilla-daemon
  2014-02-17  4:16 ` [Bug 74973] " bugzilla-daemon
@ 2014-02-19 11:45 ` bugzilla-daemon
  2014-02-19 11:47 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2014-02-19 11:45 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 845 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=74973

--- Comment #2 from darkbasic <darkbasic@linuxsystems.it> ---
Created attachment 94348
  --> https://bugs.freedesktop.org/attachment.cgi?id=94348&action=edit
dump

I noticed it suddently started working flawlessly so I asked myself what fixed
it: patches from https://bugs.freedesktop.org/show_bug.cgi?id=72785 did fix it.

I currently apply:
0001-SelectionDAG-Factor-ISD-MUL-lowering-code-out-of-DAG.patch
0002-SelectionDAG-Use-helper-function-to-improve-legaliza.patch
0001-R600-SI-Custom-select-64-bit-ADD.patch

Beware that I modified "UP.Threshold = 500" to "UP.Threshold = 100" because
"bfgminer --scrypt" didn't work otherwise.

I attached dump from R600_DEBUG=cs GEGL_USE_OPENCL=yes gimp without the
patches.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1857 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 74973] [radeonsi] Gimp OpenCL does not work
  2014-02-14 10:57 [Bug 74973] New: [radeonsi] Gimp OpenCL does not work bugzilla-daemon
  2014-02-17  4:16 ` [Bug 74973] " bugzilla-daemon
  2014-02-19 11:45 ` bugzilla-daemon
@ 2014-02-19 11:47 ` bugzilla-daemon
  2017-01-26 19:44 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2014-02-19 11:47 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 344 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=74973

--- Comment #3 from darkbasic <darkbasic@linuxsystems.it> ---
Sorry I forgot one patch:
https://bugs.freedesktop.org/attachment.cgi?id=94078

This is the one with "UP.Threshold = 100" instead of "UP.Threshold = 500"

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1181 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 74973] [radeonsi] Gimp OpenCL does not work
  2014-02-14 10:57 [Bug 74973] New: [radeonsi] Gimp OpenCL does not work bugzilla-daemon
                   ` (2 preceding siblings ...)
  2014-02-19 11:47 ` bugzilla-daemon
@ 2017-01-26 19:44 ` bugzilla-daemon
  2017-01-27 19:02 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2017-01-26 19:44 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 513 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=74973

Vedran Miletić <vedran@miletic.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |99553


Referenced Bugs:

https://bugs.freedesktop.org/show_bug.cgi?id=99553
[Bug 99553] Tracker bug for runnning OpenCL applications on Clover
-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1561 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 74973] [radeonsi] Gimp OpenCL does not work
  2014-02-14 10:57 [Bug 74973] New: [radeonsi] Gimp OpenCL does not work bugzilla-daemon
                   ` (3 preceding siblings ...)
  2017-01-26 19:44 ` bugzilla-daemon
@ 2017-01-27 19:02 ` bugzilla-daemon
  2017-01-27 19:04 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2017-01-27 19:02 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 247 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=74973

--- Comment #4 from Jan Vesely <jv356@scarletmail.rutgers.edu> ---
does GIMP use OpenGL other than GEGL library?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1010 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 74973] [radeonsi] Gimp OpenCL does not work
  2014-02-14 10:57 [Bug 74973] New: [radeonsi] Gimp OpenCL does not work bugzilla-daemon
                   ` (4 preceding siblings ...)
  2017-01-27 19:02 ` bugzilla-daemon
@ 2017-01-27 19:04 ` bugzilla-daemon
  2017-01-30 23:04 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2017-01-27 19:04 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 263 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=74973

--- Comment #5 from darkbasic <darkbasic@linuxsystems.it> ---
Not sure, but I don't think so. AFAIK it' only GEGL-related stuff.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1021 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 74973] [radeonsi] Gimp OpenCL does not work
  2014-02-14 10:57 [Bug 74973] New: [radeonsi] Gimp OpenCL does not work bugzilla-daemon
                   ` (5 preceding siblings ...)
  2017-01-27 19:04 ` bugzilla-daemon
@ 2017-01-30 23:04 ` bugzilla-daemon
  2017-01-31 13:39 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2017-01-30 23:04 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 488 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=74973

--- Comment #6 from Jan Vesely <jv356@scarletmail.rutgers.edu> ---
(In reply to darkbasic from comment #5)
> Not sure, but I don't think so. AFAIK it' only GEGL-related stuff.

a lot of gegl tests pass OK for me on Turks.
notably clone test that includes box-blur and gaussian-blur operations passes
OK.

Can you retest with the latest llvm/mesa?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1321 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 74973] [radeonsi] Gimp OpenCL does not work
  2014-02-14 10:57 [Bug 74973] New: [radeonsi] Gimp OpenCL does not work bugzilla-daemon
                   ` (6 preceding siblings ...)
  2017-01-30 23:04 ` bugzilla-daemon
@ 2017-01-31 13:39 ` bugzilla-daemon
  2018-05-10 18:23 ` bugzilla-daemon
  2019-11-19  8:42 ` bugzilla-daemon
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2017-01-31 13:39 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 309 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=74973

--- Comment #7 from darkbasic <darkbasic@linuxsystems.it> ---
I will be able to test within a couple of months, at the moment I don't have
access to a pc with such hardware.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1067 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 74973] [radeonsi] Gimp OpenCL does not work
  2014-02-14 10:57 [Bug 74973] New: [radeonsi] Gimp OpenCL does not work bugzilla-daemon
                   ` (7 preceding siblings ...)
  2017-01-31 13:39 ` bugzilla-daemon
@ 2018-05-10 18:23 ` bugzilla-daemon
  2019-11-19  8:42 ` bugzilla-daemon
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2018-05-10 18:23 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 618 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=74973

--- Comment #8 from Jan Vesely <jan.vesely@rutgers.edu> ---
(In reply to darkbasic from comment #7)
> I will be able to test within a couple of months, at the moment I don't have
> access to a pc with such hardware.

Is this still an issue?
gegl testsuite mostly passes with only 3 remaining tests:
contrast-curve -- 7 wrong pixels
clones -- 1 wrong pixel
noise-cell -- fail (many wrong pixels, I think their algorithm is wrong)

comment #2 also mentions that this works OK

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1486 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug 74973] [radeonsi] Gimp OpenCL does not work
  2014-02-14 10:57 [Bug 74973] New: [radeonsi] Gimp OpenCL does not work bugzilla-daemon
                   ` (8 preceding siblings ...)
  2018-05-10 18:23 ` bugzilla-daemon
@ 2019-11-19  8:42 ` bugzilla-daemon
  9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2019-11-19  8:42 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 804 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=74973

Martin Peres <martin.peres@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |MOVED

--- Comment #9 from Martin Peres <martin.peres@free.fr> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/435.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2327 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-11-19  8:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-14 10:57 [Bug 74973] New: [radeonsi] Gimp OpenCL does not work bugzilla-daemon
2014-02-17  4:16 ` [Bug 74973] " bugzilla-daemon
2014-02-19 11:45 ` bugzilla-daemon
2014-02-19 11:47 ` bugzilla-daemon
2017-01-26 19:44 ` bugzilla-daemon
2017-01-27 19:02 ` bugzilla-daemon
2017-01-27 19:04 ` bugzilla-daemon
2017-01-30 23:04 ` bugzilla-daemon
2017-01-31 13:39 ` bugzilla-daemon
2018-05-10 18:23 ` bugzilla-daemon
2019-11-19  8:42 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).