search for: attri

Displaying 7 results from an estimated 7 matches for "attri".

Did you mean: attr
2011 Aug 04
1
Running a column loop through the Moran.I function.
Dear R users, I have two data frames that consist of statistical information for most countries around the world. One dataframe consists of the latitude and longitude ("coord.csv") of each country, while the other consists of 100's of different attributes ("countryattri.csv") for each country (like, GDP, Population, etc.). The data is organized with a header and then countries down the first column. I'm trying to run a spatial autocorrelation for each column or attribute in the "attri" dataframe. The process for running...
2001 Dec 12
0
Samba 3alpha. Where are my DOS long filenames?
...TXT 86 01/08/01 13:06 INSTALL LOG 1,155 21/05/01 16:14 AUTOEXEC 001 418 24/11/00 22:32 AUTOEXEC BAK 447 06/12/01 9:41 AUTOEXEC BAT 447 06/12/01 9:41 AUTOEXEC KJH 427 27/04/01 18:37 PICFAX 0 12/03/01 17:02 ATTRI~01 485,374 15/10/00 19:30 COMMAND COM 93,040 03/07/01 23:21 DISCL~01 TXT 1,197 21/11/01 18:28 FILE_ID DIZ 278 03/01/01 17:47 INSTA~01 LOG 18 21/05/01 16:13 SETUPXLG TXT 224 30/03/01 15:18 CLDMA LOG 47,683 30/01/01 16:...
1998 Dec 08
1
Can't connect to shares w/2.0beta3 on OSF1
I was running 1.9.18p10 on a test DEC Unix 4.0d box here and I decided to give 2.0beta3 a try. For some reason, I cannot connect to any of the server's shares or even get a list of it's services (via Start->Run->\\server) from Win95 clients. It asks for a password and no matter what I put in there I get "The password is not correct. Try again." I configured Beta3 a la:
2019 Jun 21
2
RFC: Interface user provided vector functions with the vectorizer.
...ll - I am working with a colleague to provide an initial implementation of this. We encountered a problem when dealing with generating the vector signatures of functions that use complex data. In this proposal, we expect the SVFS component in the backed to demangle the name of the function in the attribute to be able to reconstruct the signature of the vector function from the scalar function signature. In case of Complex data, this doesn’t seem to be possible, because the information of “being a vector of 2 lanes” that is supposed to be carried by the complex scalar is lost in the transformatio...
2019 Jun 24
4
RFC: Interface user provided vector functions with the vectorizer.
...now if this is going to be a problem for other architectures ++++++I haven't checked what IA-32/Intel64 should do for type 2, but I fully agree that this needs to be done properly according to the ABI. Agreed. It looks we have an issue here. Given this is parameter, could we use metadata or attribute to preserve the "struct" info, in ICC, we called BE type saved info in the symtab. Xinmin -----Original Message----- From: Saito, Hideki Sent: Friday, June 21, 2019 4:44 PM To: Francesco Petrogalli <Francesco.Petrogalli at arm.com>; Doerfert, Johannes <jdoerfert at anl.gov&...
2015 Jun 05
60
[Bug 90871] New: NV30: Xfwm4 use_compositing - garbled display
https://bugs.freedesktop.org/show_bug.cgi?id=90871 Bug ID: 90871 Summary: NV30: Xfwm4 use_compositing - garbled display Product: xorg Version: unspecified Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: critical Priority: medium Component: Driver/nouveau Assignee:
2019 Jun 17
3
RFC: Interface user provided vector functions with the vectorizer.
...ovide good > arguments for the following claims: > > 1. The Vector Function ABI name mangling scheme of a target is not > enough to describe all uses cases of function vectorization that > the compiler might end up needing to support in the future. I think the new name of the attribute makes this point clear. > 2. `declare variant` needs to be handled properly at IR level, to be > able to give the compiler the full OpenMP context of the directive. > > This proposal addresses those two concerns and other (I believe) minor > concerns that have been raised in...