Displaying 20 results from an estimated 23 matches for "regfiles".
Did you mean:
regfile
2016 Aug 23
2
How to describe the RegisterInfo?
Yes, the arch is just as you said, something like AMD GPU, but Intel GPU
don't have separate register file for 'scalar/vector'.
In fact my idea of defining the register tuples was borrowed from
SIRegisterInfo.td in AMD GPU.
But seems that AMD GPU mainly support i32/i64 register type, while Intel
GPU also support byte/short register type.
So I have to start defining the registers from
2009 May 29
1
"insert JDK path on Wine" = huh?
I'm following
http://supportforums.blackberry.com/rim/board/message?board.id=java_dev&message.id=25929&query.id=182675#M25929
to install the Blackberry Eclipse plugin.
I'm stuck at step 4, as I'm not sure what it is asking.
I have a basic understanding of Paths within Windows, but don't know how to edit/add/create them within Linux/Wine.
Anybody know what I'm supposed
2019 Oct 01
2
Adding support for vscale
Hi Luke,
> was it intentional to leave out both jacob and myself?
> [...]
> if that was a misunderstanding or an oversight i apologise for raising it.
It was definitely not my intention to be non-inclusive, my apologies if that seemed the case!
> can i therefore recommend a change, here:
> [...]
> "This patch adds vscale as a symbolic constant to the IR, similar to
>
2013 Sep 09
1
tools::md5sum(directory) behavior different on Windows vs. Unix
tools::md5sum gives a warning if it receives a directory as an
argument on Unix but not on Windows.
>From what I understand, this happens because in Windows a directory is
not treated as a file so fopen returns NULL. Then, NA is returned
without a warning. On Unix, a directory is treated as a file so fopen
does not return NULL so md5 is run and fails, leading to a warning.
This is a good
2016 Aug 18
3
Configuring Point'n'Print automatic printer driver deployment not working in samba 4.4.5
Hi,
First, make sure u use a printer level 3 driver.
I use the HP universal printer driver PCL 6. ( 6.0.0 and 6.2.1 )
Can you open \\hostname.domain.tld ? try it. i assum that works.
If you saw the driver uploading than is should be on the server.
The error : 0x000006d1
For a windows 8 and 8.1 and 10.
You can try this, create a regfile and this in it.
-------------
Windows Registry
2016 Aug 23
2
How to describe the RegisterInfo?
Hi Escha,
Great to have your comment! Do you have any specific reason for not doing
like this?
I am not sure whether I understand your point correctly. For "just model
one thread",
do you mean "only considering ONE of the 8/16 working lanes that running in
lock-step way"??
For my case, may be something like I only need to define r0~r127 as
register for i32 register (each r#
2005 Jan 10
1
importing windows registry keys
Hi.
I've exported some keys from Windows XP Profs' registry and am trying to
import them into the wine registry.
When i run
$regedit <regfile>
as is suggested in a posting to the crossover-office-ml I get
wine: Unhandled exception (thread 0009), starting debugger...
The debugger complains
warn:profile:PROFILE_FlushFile No current profile!
When I just run regedit without an
2017 Jul 11
0
[PATCH] hivexml: Add -u flag for HIVEX_OPEN_UNSAFE
---
xml/hivexml.c | 5 ++++-
xml/hivexml.pod | 7 +++++++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/xml/hivexml.c b/xml/hivexml.c
index b496bb6..8ba6594 100644
--- a/xml/hivexml.c
+++ b/xml/hivexml.c
@@ -95,7 +95,7 @@ main (int argc, char *argv[])
int open_flags = 0;
int visit_flags = 0;
- while ((c = getopt (argc, argv, "dk")) != EOF) {
+ while ((c =
2009 Oct 29
0
Got Windows guests?
Hello fellow Fedora, libvirt and libguestfs users,
If you have any Windows guests, then you can help Fedora to support
Windows guests better by spending a few minutes testing the Windows
Registry feature we just added to libguestfs 1.0.75.
You will need:
- A Windows NT/200x/XP/Vista/7/... guest
- Fedora 12 or Fedora Rawhide host
- libguestfs-tools >= 1.0.75
(from updates or
2005 Aug 02
0
[Bug 2947] New: stdout with [-v] -H --link-dest and slink/sock/fifo/regf
...NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: noreply@cpe-24-95-90-2.columbus.res.rr.com
QAContact: rsync-qa@samba.org
on the first time the destdir is populated by reference to the --link-dest...
regfiles are listed upon create/mtime but not delete in ./0/.
should be all three.
slinks/sockets/fifos are always listed even if no change in ./0/.
should be only upon create/mtime/delete.
to repeat...
use the familiar srcdir full of slink/sock/fifo/regf types
in both hardlinked/non-hardlinked versi...
2002 Feb 17
1
Samba/WinXP domain-logon
I'm trying to use my samba as domain controller and logon-server for my
WinXP-client. I can see all the shares, and get access to them using
user/password, but when trying to join the domain, it fails with "The
specified user does not exist", even though it does.
The server-log says "smbd/server.c:exit_server(458)".
Can anyone help?
----------------------
Martin Burheim
2003 Jan 17
1
Logon Scripts for Mandrake 9.0
<TEXTAREA NAME="Signature" ROWS="4" COLS="60">
I was wondering if some one could help me make some basic
login scripts and tell me where to place them. I know
nothing about them. I am trying to get my windows based
mechines to login to my Mandrake 9.0 server I have windows
ME and XP i got ME to login but XP won't. Can some one
help
Thanks
David
2007 Mar 19
1
Photoshop Install Help
...XE") failed, error 126
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
libGL warning: 3D driver returned no fbconfigs.
libGL error: InitDriver failed
libGL error: reverting to (slow) indirect rendering
err:menubuilder:extract_icon32 LoadLibraryExW
(L"C:\\Photoshop\\REGFILES\\REGISTER.EXE") failed, error 193
err:menubuilder:ExtractFromICO Invalid ico file format
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
I go through the usual intstall routine, and then running Wine:
:~$ wine "c:\photoshop\photoshp.exe"
I momentarily see t...
2019 Oct 01
2
Adding support for vscale
Thanks @Robin and @Graham for giving some background on scalable vectors and clarifying some of the details!
Apologies if I'm repeating things here, but it is probably good to emphasize the conceptually different, but complementary models for scalable vectors:
1. Vectors of unknown, but constant size throughout the program.
2. Vectors of changing size throughout the program.
Where (2)
2016 Aug 19
0
Configuring Point'n'Print automatic printer driver deployment not working in samba 4.4.5
I normaly install on an a pc.
As Administrator : CMD
Run : printui /s /t2 , change to Tab : Drivers
You should see Type 3 - ...
Its somehere in the printer driver file details also.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: Brijesh Kumar Vishwakarma [mailto:brijesh at tetrain.com]
> Verzonden: vrijdag 19 augustus 2016 8:24
> Aan: L.P.H. van Belle
> CC:
2018 Aug 06
2
vectorisation, risc-v
(please do cc me to preserve thread as i am subscribed digest)
Hi folks, i have a requirement to develop a libre licensed low power
embedded 3D GPU and VPU and using RISCV as the basis (GPGPU style) seems
eminently sensible, and anyone is invited to participate. A gsoc2017
student named Jake has already developed a Vulkan3D software renderer and
shader, and (parallelised) llvm is a critical
2016 Aug 22
4
How to describe the RegisterInfo?
Hello Everyone,
I am trying to make a new LLVM backend target for Intel GPU.
I would start from targeting OpenCL language first.
But I am not quite familiar with LLVM backend infrastructure.
I have some problem on describing the RegisterInfo.
Intel GPU launches lots of hardware threads to do GPGPU workload.
Each hardware thread has 128 registers(r0-r127), with each one of size 32
byte.
Each
2016 Aug 17
3
Configuring Point'n'Print automatic printer driver deployment not working in samba 4.4.5
Hi Samba ,
I have installed samba 4.4.5 on RHEL 7.2 (kernel ver.
3.10.0-327.el7.x86_64).
i am unable to configure Point'n'Print automatic printer driver
deployment. i have followed below link to configure:
https://wiki.samba.org/index.php/Configuring_Point%27n%27Print_automatic_printer_driver_deployment.
Client are Windows 8.1 (x64) and Windows 10 (x64). We assume that samba
2005 Aug 04
1
[Bug 2947] stdout with [-v] -H --link-dest and slink/sock/fifo/regf
https://bugzilla.samba.org/show_bug.cgi?id=2947
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From wayned@samba.org 2005-08-03 16:45 -------
Keep in mind that --link-dest only hard-links regular
2018 Dec 05
5
[RFC] Matrix support (take 2)
Hi all,
After the previous RFC[1], there were multiple discussions on the ML and in person at the DevMtg. I will summarize the options discussed and propose a path forward.
===========================
Options
===========================
A. Extend VectorType to be multidimensional
B. Flatten matrices into the current VectorType. Matrix shape and layout information is passed to matrix