Displaying 20 results from an estimated 400 matches similar to: "Funk software Proxy"
2001 Apr 26
1
Funk Software Proxy Master
Has anyone managed or tried to get this software working on a Linux box? I
have Lotus notes running and the initial connection window for Proxy opens
fine but the following error message appears when I try to connect to the
Proxy Host.
Proxy network support was not found or is not a compatible version. Please
reinstall this product to correct this problem.
in Xterm it shows
2013 Mar 01
0
[LLVMdev] NVPTX CUDA_ERROR_NO_BINARY_FOR_GPU
Ok, as I said, the most precise way to figure out what's wrong is to emit LLVM IR first (use clang -emit-llvm ...) and check out how it differs from working examples, for instance, nvptx regression tests.
----- Original message -----
> I'm building this with llvm-c, and accessing these intrinsics via calling
> the intrinsic as if it were a function.
>
> class F_SREG<string
2013 Mar 01
0
[LLVMdev] NVPTX CUDA_ERROR_NO_BINARY_FOR_GPU
Hi Timothy,
I'm not sure what you mean by this working for other intrinsics, but
in this case, I think you want the intrinsic name
llvm.nvvm.read.ptx.sreg.tid.x.
For me, this looks like:
%x = call i32 @llvm.nvvm.read.ptx.sreg.tid.x()
Pete
On Fri, Mar 1, 2013 at 11:51 AM, Timothy Baldridge <tbaldridge at gmail.com> wrote:
> I'm building this with llvm-c, and accessing these
2013 Mar 01
1
[LLVMdev] NVPTX CUDA_ERROR_NO_BINARY_FOR_GPU
The identifier INT_PTX_SREG_TID_X is the name of an instruction as the
back-end sees it, and has very little to do with the name you should use in
your IR. Your best bet is to look at the include/llvm/IR/IntrinsicsNVVM.td
file and see the definitions for each intrinsic. Then, the name mapping is
just:
int_foo_bar -> llvm.foo.bar()
int_ prefix becomes llvm., and all underscores turn into
2013 Mar 01
4
[LLVMdev] NVPTX CUDA_ERROR_NO_BINARY_FOR_GPU
I'm building this with llvm-c, and accessing these intrinsics via calling
the intrinsic as if it were a function.
class F_SREG<string OpStr, NVPTXRegClass regclassOut, Intrinsic IntOp> :
NVPTXInst<(outs regclassOut:$dst), (ins),
OpStr,
[(set regclassOut:$dst, (IntOp))]>;
def INT_PTX_SREG_TID_X : F_SREG<"mov.u32 \t$dst, %tid.x;",
2013 Mar 01
2
[LLVMdev] NVPTX CUDA_ERROR_NO_BINARY_FOR_GPU
I've written a compiler that outputs PTX code, the result seems fairly
reasonable, but I'm not sure the intrinsics are getting compiled correctly.
In addition, when I try load the module using CUDA, I get an
error: CUDA_ERROR_NO_BINARY_FOR_GPU. I'm running this on a 2012 MBP with
a 640M GPU.
PTX Code (for a mandelbrot calculation):
//
// Generated by LLVM NVPTX Back-End
//
2013 Mar 01
0
[LLVMdev] NVPTX CUDA_ERROR_NO_BINARY_FOR_GPU
Timothy,
Those calls to compute grid intrinsics are definitely wrong. In ptx code they should end up into reading special registers, rather than function calls. Try to take some working example and figure out the LLVM IR differences between it and the result of your compiler.
- D.
----- Original message -----
> I've written a compiler that outputs PTX code, the result seems fairly
>
2005 Feb 19
2
Warnings by functions mean(), median()
Hello,
following functions doesnt work correct with my data: median(), geo.mean().
My datafiles contain more than 10.000 lines and six columns from a
flow-cytometer-measurment. I need the arithmetic and geometric mean and
median. For the calculation of the geometric mean i wrote following
function:
fix(geo.mean)
function(x)
{
n<-length(x)
2017 Aug 22
4
How to benchmark speed of load/readRDS correctly
Dear all
I was thinking about efficient reading data into R and tried several ways to test if load(file.Rdata) or readRDS(file.rds) is faster. The files file.Rdata and file.rds contain the same data, the first created with save(d, ' file.Rdata', compress=F) and the second with saveRDS(d, ' file.rds', compress=F).
First I used the function microbenchmark() and was a astonished
2002 Sep 07
3
Question about running DVD Profiler
Hi! I'm compiling wine-20020904 at the time of this writing and I had a
question about a problem I'm having running the DVD Profiler
application:
http://www.dvdprofiler.com
I've currently got wine-20020804 installed and I'm able to install
DVD Profiler just fine. (I have my old Windows 98 install on a second
hard disk that the wine installation DID detect and configure itself
2011 Aug 12
1
sapply to bind columns, with repeat?
Hi R-help,
I am working with US COOP network station data and the files are
concatenated in single rows for all years, but I need to pull these
apart into rows for each day. To do this, I need to extract part of
each row such as station id, year, mo, and repeat this against other
variables in the row (days). My problem is that there are repeated
values for each day, and the files are fixed width
2002 Nov 17
2
Problem running Anstoss2 under Wine
Adrian Bunk wrote:
>I'm trying to run Anstoss2 (a five years old German soccer simulation -
>I'm only interested in the strategic part of the game) under Wine. I
>tried the Debian package of the 20021031 Release and a self-compiled
>package of a 20021116 CVS snapshot. The following messages occur during
>the start of the game:
>
><-- snip -->
>
>$ wine
2001 Oct 19
2
wine 20010824 and quake
i have quake v1.06 installed and running fine under windows. however,
running it in wine gives a bunch of errors. see below:
prophet% wine --winver win98 -- QLAUNCH.EXE QUAKEUDP.DLL QUAKE.EXE -mpath
fixme:win32:DEVICE_Open Unknown VxD MGenVxD.VXD. Try --winver nt40 or win31
!
prophet% wine --winver nt40 -- QLAUNCH.EXE QUAKEUDP.DLL QUAKE.EXE -mpath
fixme:win32:DEVICE_Open Unknown VxD MGenVxD.VXD.
2017 Aug 22
0
How to benchmark speed of load/readRDS correctly
The large value for maximum time may be due to garbage collection, which
happens periodically. E.g., try the following, where the
unlist(as.list()) creates a lot of garbage. I get a very large time every
102 or 51 iterations and a moderately large time more often
mb <- microbenchmark::microbenchmark({ x <- as.list(sin(1:5e5)); x <-
unlist(x) / cos(1:5e5) ; sum(x) }, times=1000)
2001 Sep 20
2
win32:DEVICE_Open Unknown VxD A:. Try --winver nt40 or win31 !
Hi,
I was hoping to use wine to run one of those stupid windows binaries that
generate a floppy (at least IBM has a clue, and also offers the raw floppy
image for dd-ing)
In this case, the culprit is seagate's seatools:
http://www.seagate.com/support/seatools/
I installed wine under debian unstable (Version: 0.0.20010824-1) and when I
run the windows binary under wine, it runs but
2001 Nov 25
1
How to get Civ 3 running...
Apparently it is possible to run Civilization 3 under wine, but i'm having
no luck. It installed fine, but won't run. With recent CVS winex i get:
[~/.wine/c_drive/civ3]$ wine Civilization3.exe
fixme:module:CreateProcessA (E:\~ef7194.tmp,...): CREATE_NEW_CONSOLE ignored
fixme:module:CreateProcessA (E:\~ef7194.tmp,...): NORMAL_PRIORITY_CLASS ignored
err:int:INSTR_IDT_Emulate Evil attempt
2003 May 24
1
anyone had success with roller coaster tycoon2 ?
I'm attempting to run Roller Coaster Tycoon2 under wine-20030508 per
these instructions:
http://appdb.winehq.com/appview.php?appId=265&versionId=1573
but i'm not having any luck. When i run "wine --dll dinput=n Rct2.exe"
it fails with the error:
fixme:file:DEVICE_Open Unknown/unsupported VxD DINPUT.VXD. Try setting
Windows version to 'nt40' or 'win31'.
2003 Mar 12
2
sentinel.vxd
Hi,
When i am running tally5.4 on linux7.1 through wine i am getting
following errors.
fixme:file:Device_Open Unknown/Unsupported VxD SENTINEL.VXD. Try
Setting
Windows version to 'nt40' or 'win31'
thanks in advance
Nayan
__________________________________________________________
Great Travel Deals, Airfares, Hotels on
http://www.journeymart.com/rediff/travel.asp
2001 Nov 30
2
Wine and Lightwave
I'm trying to run the demo version of Lightwave, but I keep getting the
follwing message...
fixme:win32:DEVICE_Open Unknown/unsupported VxD RNBODRV0
Anyone know what the problem is?
2017 Aug 22
1
How to benchmark speed of load/readRDS correctly
Note that if you force a garbage collection each iteration the times are
more stable. However, on the average it is faster to let the garbage
collector decide when to leap into action.
mb_gc <- microbenchmark::microbenchmark(gc(), { x <- as.list(sin(1:5e5)); x
<- unlist(x) / cos(1:5e5) ; sum(x) }, times=1000,
control=list(order="inorder"))
with(mb_gc,