From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 72785] bfgminer --scrypt on 7xxx+ Date: Fri, 03 Jan 2014 18:19:40 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0630924777==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 30E59FB25C for ; Fri, 3 Jan 2014 10:19:40 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0630924777== Content-Type: multipart/alternative; boundary="1388773180.2A1d220.25797"; charset="us-ascii" --1388773180.2A1d220.25797 Date: Fri, 3 Jan 2014 18:19:40 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=72785 --- Comment #1 from Christoph Haag --- Hm, I did think there would be some interest. So but because the error had something to do with "llvm.SI.loop" and it said it was in the "search" function there is only this one loop that can be the trouble maker: #pragma unroll for (uint i=0; i<4; i++) ... So I removed that by manually unrolling it. And indeed it gets a little further. But then I get this error: 0x7fa839ae8160: i32 = ExternalSymbol'__muldi3' Undefined function UNREACHABLE executed at AMDGPUISelLowering.h:89! With pyrit like in bug #64600 I get the same error, so... are the patches still not in llvm 198401? I guess I'll try with http://cgit.freedesktop.org/~tstellar/llvm/log/?h=master-testing-si then. -- You are receiving this mail because: You are the assignee for the bug. --1388773180.2A1d220.25797 Date: Fri, 3 Jan 2014 18:19:40 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 1 on bug 72785 from
Hm, I did think there would be some interest.

So but because the error had something to do with "llvm.SI.loop" and it said it
was in the "search" function there is only this one loop that can be the
trouble maker:

#pragma unroll
for (uint i=0; i<4; i++) 
...

So I removed that by manually unrolling it.
And indeed it gets a little further.
But then I get this error:

0x7fa839ae8160: i32 = ExternalSymbol'__muldi3'
Undefined function
UNREACHABLE executed at AMDGPUISelLowering.h:89!

With pyrit like in bug #64600 I get the same error, so... are the patches still
not in llvm 198401?

I guess I'll try with
http://cgit.freedesktop.org/~tstellar/llvm/log/?h=master-testing-si then.


You are receiving this mail because:
  • You are the assignee for the bug.
--1388773180.2A1d220.25797-- --===============0630924777== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============0630924777==--