Displaying 20 results from an estimated 902 matches for "nj".
Did you mean:
njr
2016 Oct 10
2
[test-suite] making polybench/symm succeed with "-Ofast" and "-ffp-contract=on"
Hi,
I would need some help to fix polybench/symm:
void kernel_symm(int ni, int nj,
DATA_TYPE alpha,
DATA_TYPE beta,
DATA_TYPE POLYBENCH_2D(C,NI,NJ,ni,nj),
DATA_TYPE POLYBENCH_2D(A,NJ,NJ,nj,nj),
DATA_TYPE POLYBENCH_2D(B,NI,NJ,ni,nj))
{
int i, j, k;
DATA_TYPE acc;
/* C := alpha*A*B + beta*C, A is symetric */
for (i = 0; i < _PB_NI; i++)
for (j = 0; j < _PB_NJ;...
2018 Mar 14
0
LLVM opt unable to vectorize PolyBench code
...st a
complete C function and your clang command line.
~Craig
On Wed, Mar 14, 2018 at 3:05 PM, hameeza ahmed <hahmed2305 at gmail.com> wrote:
> Hello,
>
> I m unable to vectorize following kernel by opt tool;
>
> for (i = 0; i < _PB_NI; i++)
> for (j = 0; j < _PB_NJ; j++)
> {
> tmp[i][j] = 0;
> for (k = 0; k < _PB_NK; ++k)
> tmp[i][j] += alpha * A[i][k] * B[k][j];
> }
> for (i = 0; i < _PB_NI; i++)
> for (j = 0; j < _PB_NL; j++)
> {
> D[i][j] *= beta;
> for (k = 0; k < _PB_...
2018 Mar 14
2
LLVM opt unable to vectorize PolyBench code
Hello,
I m unable to vectorize following kernel by opt tool;
for (i = 0; i < _PB_NI; i++)
for (j = 0; j < _PB_NJ; j++)
{
tmp[i][j] = 0;
for (k = 0; k < _PB_NK; ++k)
tmp[i][j] += alpha * A[i][k] * B[k][j];
}
for (i = 0; i < _PB_NI; i++)
for (j = 0; j < _PB_NL; j++)
{
D[i][j] *= beta;
for (k = 0; k < _PB_NJ; ++k)
D[i][j] += tmp[i][k] * C[k][j];...
2013 May 29
1
Corrupt index file zlib
Hi,
I'm getting this error constantly on a couple of folders. No matter
what I do it keeps recurring.
--
2013-05-29 14:15:03
imap(nj@***.com.au): Error: Cached message size smaller than expected
(2551 < 8192) 2013-05-29 14:15:03 imap(nj@***.com.au): Error: Maildir
filename has wrong S value, renamed the file from
/home/***.com.au/nj/.***.Builders/cur/1369030267.M775209P12595.pygmy,S=
/2551:2,S to
/home/***.com.au/nj/.***.Bui...
2008 Sep 18
2
Ruby on Rails Resource required - New Jersey - 6 Months +
// Please reply this email to jai-Oc46A42Di8jtC6uA/Zb986xOck334EZe@public.gmane.org //
Hi,
My name is Jai, I am a Technical Recruiter with International Business
Solutions. Ltd, NJ. My client in NJ is looking for a JD Edwards Technical
Consultant. I have included a description of the project below. Please take
a few moments to review, and let me know if this is something you might be
interested in exploring further.
*Job Title:* Ruby on Rails Resource
*Duration:* 6 Months...
2006 Nov 18
4
array indexes in C
I am passing (numeric) arrays to a C function, called with .C. To the
best of my knowledge, I can do this in R by passing it as a vector
(with as.vector) to the .C call.
However, it would be useful to access the array as an array inside C,
ie not have to calculate how array indices (i,j,k) map to the vector
elements. What is the right way to do this? Are there convenience
functions to do the
2016 Oct 11
3
[test-suite] making polybench/symm succeed with "-Ofast" and "-ffp-contract=on"
...t;> Sent: Monday, October 10, 2016 9:10:01 AM
>> Subject: [test-suite] making polybench/symm succeed with "-Ofast" and "-ffp-contract=on"
>>
>> Hi,
>>
>> I would need some help to fix polybench/symm:
>>
>> void kernel_symm(int ni, int nj,
>> DATA_TYPE alpha,
>> DATA_TYPE beta,
>> DATA_TYPE POLYBENCH_2D(C,NI,NJ,ni,nj),
>> DATA_TYPE POLYBENCH_2D(A,NJ,NJ,nj,nj),
>> DATA_TYPE POLYBENCH_2D(B,NI,NJ,ni,nj))
>> {
>> int i, j, k;
>> DATA_TYPE acc;
>>
>> /* C := alpha*A*B + b...
2016 Oct 12
4
[test-suite] making polybench/symm succeed with "-Ofast" and "-ffp-contract=on"
...j] = C[i][j] = ((DATA_TYPE) i*j) / ni;
>>> > - B[i][j] = ((DATA_TYPE) i*j) / ni;
>>> > + C_StrictFP[i][j] = C[i][j] = ((DATA_TYPE) i-j) / ni;
>>> > + B[i][j] = ((DATA_TYPE) i-j) / ni;
>>> > }
>>> > for (i = 0; i < nj; i++)
>>> > for (j = 0; j < nj; j++)
>>> > - A[i][j] = ((DATA_TYPE) i*j) / ni;
>>> > + A[i][j] = ((DATA_TYPE) i-j) / ni;
>>>
>>> Changing from multiplication to subtraction changes completely the
>>> nature of the test...
2008 Jun 07
0
[ANN/ADV] "Advancing With Rails", July 21-24, Edison NJ
Hi everyone --
I''m very pleased to announce the following upcoming training course:
ADVANCING WITH RAILS
July 21-24
Edison, NJ
"Advancing With Rails" is a course for intermediate Rails programmers
who want to get to the next level with both their Ruby knowledge and
their Rails skillset. Topics include routing and REST, advanced
ActiveRecord associations, caching, Ruby class and module principles,
and much more....
2012 Nov 17
3
Reshaping a dataframe
Seems like this should be easy but I'm struggling a bit. How do I rearrange a
data frame to go from the first one to the second shown below ?
State Date lbs
TX 200701 400
TX 200702 650
TX 200703 950
TX 200704 1000
FL 200701 200
FL 200702 300
FL 200703 500
FL 200704 333
NJ 200701 409
NJ 200702 308
NJ 200703 300
NJ 200704 800
Date TX FL NJ
200701 400 200 409
200702 650 300 308
200703 950 500 300
200704 1000 333 800
--
View this message in context: http://r.789695.n4.nabble.com/Reshaping-a-dataframe-tp4649874.html
Sent from the R help mailing list a...
2004 Aug 23
1
[Job Ad] Position at Merck Research Laboratories, NJ USA
...k, the hiring manager.
His contact information is below.
Thanks,
Bill
################################################################
Job description: Computational statistician/biometrician
The Biometrics Research Department at Merck Research Laboratories, Merck &
Co., Inc. in Rahway, NJ, is seeking a highly motivated statistician/data
analyst to work in its basic research and drug discovery area. The
applicant should have broad expertise in statistical computing. Experience
and/or education relevant to signal processing, image processing, pattern
recognition and machine learnin...
2003 Dec 03
3
Echo problem on conferencing....no analog interfaces
...X....(TDM -> Asterisk_1 -> IAX/GSM ->
MyAsterisk. Caller immediately hears his own echo
Call 3: Call comes in via IAX....(TDM -> Asterisk_1 -> IAX/GSM ->
MyAsterisk. Caller hears no echo at all.
(Caller 2 and 3 called the same telephone number....caller 2 is in the
same state (NJ) and caller 3 is in California)
Caller 2 hung up and called back in....still hears echo.
Any ideas?
Are there any settings that anyone can suggest to try?
Tom
2004 Jun 29
0
job opening in Merck Research Labs, NJ
Apology for the cross-post... Andy
==============================================
Job description: Computational statistician/medical image analyst
The Biometrics Research Department at Merck Research Laboratories, Merck &
Co., Inc. in Rahway, NJ is seeking a highly motivated statistician/data
analyst to work in its basic research and drug discovery area. The
applicant should have broad expertise in image processing, statistics, and
computer science, with substantial experience in medical imaging analysis
including design of experiments, i...
2007 Nov 03
0
Job opening at Merck, NJ
Apologies for the cross-posting...
Computational statisticians
The Biometrics Research Department at Merck Research Laboratories, Merck
& Co., Inc. in Rahway, NJ is seeking highly motivated statisticians/data
analysts (2 positions) to work in its basic research and drug discovery
area. The applicant should have broad expertise in statistics and
computer science, with substantial experience in either medical imaging
analysis (1 position) or bio-signal analy...
2010 Sep 07
0
Open position at Merck (NJ, USA)
Job description: Computational statistician/biometrician
The Biometrics Research Department at Merck Research Laboratories, Merck
& Co., Inc. in Rahway, NJ, is seeking a highly motivated
statistician/data analyst to work in its basic research, drug discovery,
preclinical and early clinical development areas. The applicant should
have broad expertise in statistical computing. Experience and/or
education relevant to signal processing, image processing,...
2016 Oct 12
3
[test-suite] making polybench/symm succeed with "-Ofast" and "-ffp-contract=on"
...;
>
> > - C_StrictFP[i][j] = C[i][j] = ((DATA_TYPE) i*j) / ni;
> > - B[i][j] = ((DATA_TYPE) i*j) / ni;
> > + C_StrictFP[i][j] = C[i][j] = ((DATA_TYPE) i-j) / ni;
> > + B[i][j] = ((DATA_TYPE) i-j) / ni;
> > }
> > for (i = 0; i < nj; i++)
> > for (j = 0; j < nj; j++)
> > - A[i][j] = ((DATA_TYPE) i*j) / ni;
> > + A[i][j] = ((DATA_TYPE) i-j) / ni;
>
> Changing from multiplication to subtraction changes completely the
> nature of the test and goes towards "return 0;", ie, fi...
2016 Apr 07
2
Implementing a proposed InstCombine optimization
Hi,
I'm interested in implementing an InstCombine optimization that I discovered and verified with Alive-NJ (with the help of the authors of Alive-NJ). The optimization is described in Alive-NJ format as follows:
Name: xor->fsub
Pre: isSignBit(C)
%x = bitcast %A
%y = xor %x, C
%z = bitcast %y
=>
%z = fsub -0.0, %A
Effectively the optimization targets code that casts a float to an int with the sam...
2020 Jun 01
1
Asterisk 16 Certified 16.8 and MagicJack Incoming Calls
...120
transport = transport-udp
outbound_auth = auth_reg_us-west-or.sip.flowroute.com
client_uri = sip:12345678 at us-west-or.sip.flowroute.com
server_uri = sip:us-west-or.sip.flowroute.com
[auth_reg_us-west-or.sip.flowroute.com]
type = auth
password = XXZZXXZZXXZZ
username = 12345678
[reg_us-east-nj.sip.flowroute.com]
type = registration
retry_interval = 20
expiration = 120
transport = transport-udp
outbound_auth = auth_reg_us-east-nj.sip.flowroute.com
client_uri = sip:12345678 at us-east-nj.sip.flowroute.com
server_uri = sip:us-east-nj.sip.flowroute.com
[auth_reg_us-east-nj.sip.flowroute.com...
2019 Apr 15
2
Loop Strength Reduction Pass Does Not Work for Some Varialbles Related to Induction Variables
...into addition.
However, it seems LoopStrengthReduction is unable to remove all the multiplications for the element offset calculation.
My test code is shown below and thanks a lot in advance for your time and suggestion!
-----------------------------------------------
#define NI 16
#define NJ 18
#define NK 22
#define NL 24
void kernel_2mm(int ni, int nj, int nk, int nl,
int alpha,
int beta,
int tmp[NI][NJ],
int A[NI][NK],
int B[NK][NJ],
int C[NJ][NL],
int D[NI][NL])
{
int i, j, k;
/* D := alpha*A*B*C + beta*D */
for (i = 0; i < NI; i++)
for (j =...
2016 Apr 07
7
Implementing a proposed InstCombine optimization
...dozens of human-hours tracking down an extremely obscure bug involving a GL conformance test in which ints were casted to floats, manipulated with float instructions, then sent back to int, resulting in the ints being flushed to zero and the test failing.
—escha
> On Apr 7, 2016, at 9:09 AM, Sanjay Patel via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hi Carlos -
>
> That sounds like a good patch.
>
> Warning - following the link below may remove some of the educational joy for the immediate task at hand:
> http://reviews.llvm.org/D13076 <http://reviews...