dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 68857] New: SNU OpenCL NAS Parallel Benchmarks don't work
@ 2013-09-02 17:59 bugzilla-daemon
  2013-09-02 20:10 ` [Bug 68857] " bugzilla-daemon
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: bugzilla-daemon @ 2013-09-02 17:59 UTC (permalink / raw)
  To: dri-devel


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

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

          Priority: medium
            Bug ID: 68857
          Assignee: dri-devel@lists.freedesktop.org
           Summary: SNU OpenCL NAS Parallel Benchmarks don't work
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: nat@ferrus.net
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: git
         Component: Drivers/DRI/R600
           Product: Mesa

None of the benchmarks in the SNU OpenCL NAS Parallel Benchmarks are working.
They're available from
http://aces.snu.ac.kr/Center_for_Manycore_Programming/SNU_NPB_Suite.html

I've got a Radeon 5830 and have installed Mesa from git using the instructions
at http://dri.freedesktop.org/wiki/GalliumCompute/

Most of the benchmarks fail at
  Running pass 'AMDGPU DAG->DAG Pattern Instruction Selection' on function

The FFT benchmark fails at
  error: parameter may not be qualified with an address space

I do have some other test cases that are working for me, including the ones
from http://cgit.freedesktop.org/~tstellar/opencl-example/

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

[-- Attachment #1.2: Type: text/html, Size: 2731 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] 10+ messages in thread

* [Bug 68857] SNU OpenCL NAS Parallel Benchmarks don't work
  2013-09-02 17:59 [Bug 68857] New: SNU OpenCL NAS Parallel Benchmarks don't work bugzilla-daemon
@ 2013-09-02 20:10 ` bugzilla-daemon
  2013-09-03 14:47 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2013-09-02 20:10 UTC (permalink / raw)
  To: dri-devel


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

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

Alex Deucher <agd5f@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Drivers/DRI/R600            |Drivers/Gallium/r600

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

[-- Attachment #1.2: Type: text/html, Size: 1052 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] 10+ messages in thread

* [Bug 68857] SNU OpenCL NAS Parallel Benchmarks don't work
  2013-09-02 17:59 [Bug 68857] New: SNU OpenCL NAS Parallel Benchmarks don't work bugzilla-daemon
  2013-09-02 20:10 ` [Bug 68857] " bugzilla-daemon
@ 2013-09-03 14:47 ` bugzilla-daemon
  2013-09-04 16:17 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2013-09-03 14:47 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Tom Stellard <tstellar@gmail.com> ---
I'm having a little trouble figuring out the build system for this suite, could
you pick one of the failing examples and give instructions for how to build and
execute it?

Also, what version of Mesa and LLVM are you using?  I recommend using the
development versions of both for best results.

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

[-- Attachment #1.2: Type: text/html, Size: 1244 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] 10+ messages in thread

* [Bug 68857] SNU OpenCL NAS Parallel Benchmarks don't work
  2013-09-02 17:59 [Bug 68857] New: SNU OpenCL NAS Parallel Benchmarks don't work bugzilla-daemon
  2013-09-02 20:10 ` [Bug 68857] " bugzilla-daemon
  2013-09-03 14:47 ` bugzilla-daemon
@ 2013-09-04 16:17 ` bugzilla-daemon
  2013-10-03 21:49 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2013-09-04 16:17 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Nat Tuck <nat@ferrus.net> ---
This should build and run the EP benchmark:

make veryclean
make ep CLASS=A
cd bin
./run_ocl_gpu.sh ep A

If that doesn't work, you might have to edit config/make.def first to make it
link to -lOpenCL.

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

[-- Attachment #1.2: Type: text/html, Size: 1136 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] 10+ messages in thread

* [Bug 68857] SNU OpenCL NAS Parallel Benchmarks don't work
  2013-09-02 17:59 [Bug 68857] New: SNU OpenCL NAS Parallel Benchmarks don't work bugzilla-daemon
                   ` (2 preceding siblings ...)
  2013-09-04 16:17 ` bugzilla-daemon
@ 2013-10-03 21:49 ` bugzilla-daemon
  2015-12-21 12:55 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2013-10-03 21:49 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Tom Stellard <tstellar@gmail.com> ---
It looks the EP test is failing, because the compiler doesn't support double
operations yet.  I'm guessing the other tests are failing for the same reason.

Adding support for doubles is relatively straight forward.  If you are
interested in working on this, let me know and I can help give you some
pointers.

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

[-- Attachment #1.2: Type: text/html, Size: 1260 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] 10+ messages in thread

* [Bug 68857] SNU OpenCL NAS Parallel Benchmarks don't work
  2013-09-02 17:59 [Bug 68857] New: SNU OpenCL NAS Parallel Benchmarks don't work bugzilla-daemon
                   ` (3 preceding siblings ...)
  2013-10-03 21:49 ` bugzilla-daemon
@ 2015-12-21 12:55 ` bugzilla-daemon
  2017-01-27 19:10 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2015-12-21 12:55 UTC (permalink / raw)
  To: dri-devel


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

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

Vedran Miletić <rivanvx@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rivanvx@gmail.com

--- Comment #4 from Vedran Miletić <rivanvx@gmail.com> ---
Nat, does this bug still occur?

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

[-- Attachment #1.2: Type: text/html, Size: 1803 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] 10+ messages in thread

* [Bug 68857] SNU OpenCL NAS Parallel Benchmarks don't work
  2013-09-02 17:59 [Bug 68857] New: SNU OpenCL NAS Parallel Benchmarks don't work bugzilla-daemon
                   ` (4 preceding siblings ...)
  2015-12-21 12:55 ` bugzilla-daemon
@ 2017-01-27 19:10 ` bugzilla-daemon
  2017-07-28 21:05 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2017-01-27 19:10 UTC (permalink / raw)
  To: dri-devel


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

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

Jan Vesely <jv356@scarletmail.rutgers.edu> 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: 1582 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] 10+ messages in thread

* [Bug 68857] SNU OpenCL NAS Parallel Benchmarks don't work
  2013-09-02 17:59 [Bug 68857] New: SNU OpenCL NAS Parallel Benchmarks don't work bugzilla-daemon
                   ` (5 preceding siblings ...)
  2017-01-27 19:10 ` bugzilla-daemon
@ 2017-07-28 21:05 ` bugzilla-daemon
  2018-02-13  0:14 ` [Bug 68857] [cypress] " bugzilla-daemon
  2019-09-18 19:05 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2017-07-28 21:05 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #5 from Jan Vesely <jan.vesely@rutgers.edu> ---
(In reply to Vedran Miletić from comment #4)
> Nat, does this bug still occur?

All NAS benchmarks require cl_khr_fp64, so they won't run on pre GCN hw any
time soon.

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

[-- Attachment #1.2: Type: text/html, Size: 1210 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] 10+ messages in thread

* [Bug 68857] [cypress] SNU OpenCL NAS Parallel Benchmarks don't work
  2013-09-02 17:59 [Bug 68857] New: SNU OpenCL NAS Parallel Benchmarks don't work bugzilla-daemon
                   ` (6 preceding siblings ...)
  2017-07-28 21:05 ` bugzilla-daemon
@ 2018-02-13  0:14 ` bugzilla-daemon
  2019-09-18 19:05 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2018-02-13  0:14 UTC (permalink / raw)
  To: dri-devel


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

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

Jan Vesely <jan.vesely@rutgers.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|SNU OpenCL NAS Parallel     |[cypress] SNU OpenCL NAS
                   |Benchmarks don't work       |Parallel Benchmarks don't
                   |                            |work

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

[-- Attachment #1.2: Type: text/html, Size: 1157 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] 10+ messages in thread

* [Bug 68857] [cypress] SNU OpenCL NAS Parallel Benchmarks don't work
  2013-09-02 17:59 [Bug 68857] New: SNU OpenCL NAS Parallel Benchmarks don't work bugzilla-daemon
                   ` (7 preceding siblings ...)
  2018-02-13  0:14 ` [Bug 68857] [cypress] " bugzilla-daemon
@ 2019-09-18 19:05 ` bugzilla-daemon
  8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2019-09-18 19:05 UTC (permalink / raw)
  To: dri-devel


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

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

GitLab Migration User <gitlab-migration@fdo.invalid> changed:

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

--- Comment #6 from GitLab Migration User <gitlab-migration@fdo.invalid> ---
-- 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/mesa/mesa/issues/462.

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

[-- Attachment #1.2: Type: text/html, Size: 2456 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] 10+ messages in thread

end of thread, other threads:[~2019-09-18 19:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-02 17:59 [Bug 68857] New: SNU OpenCL NAS Parallel Benchmarks don't work bugzilla-daemon
2013-09-02 20:10 ` [Bug 68857] " bugzilla-daemon
2013-09-03 14:47 ` bugzilla-daemon
2013-09-04 16:17 ` bugzilla-daemon
2013-10-03 21:49 ` bugzilla-daemon
2015-12-21 12:55 ` bugzilla-daemon
2017-01-27 19:10 ` bugzilla-daemon
2017-07-28 21:05 ` bugzilla-daemon
2018-02-13  0:14 ` [Bug 68857] [cypress] " bugzilla-daemon
2019-09-18 19:05 ` 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).