search for: flexibla

Displaying 11 results from an estimated 11 matches for "flexibla".

Did you mean: flexible
2023 Oct 11
2
About FlexiBLAS in the R-admin docs
I agree that the "R Installation and Administration" guide statement about FlexiBLAS needs an update. Standard R in CentOS Stream 9, which is now downstream from Fedora, gives the following result for Matrix products in sessionInfo(): > sessionInfo() R version 4.3.1 (2023-06-16) Platform: x86_64-redhat-linux-gnu (64-bit) Running under: CentOS Stream 9 Matrix products: default...
2023 Oct 24
1
About FlexiBLAS in the R-admin docs
On 10/11/23 23:12, George Ostrouchov wrote: > I agree that the "R Installation and Administration" guide statement about FlexiBLAS needs an update. Standard R in CentOS Stream 9, which is now downstream from Fedora, gives the following result for Matrix products in sessionInfo(): > >> sessionInfo() > R version 4.3.1 (2023-06-16) > Platform: x86_64-redhat-linux-gnu (64-bit) > Running under: CentOS Stream 9 &g...
2020 Aug 10
4
Rebuild against FlexiBLAS
Hi, R has been built against FlexiBLAS in rawhide [1, 2]. These are the R packages that need to be rebuilt: R-ape-0:5.4-2.fc33.x86_64 R-expm-0:0.999.4-7.fc33.x86_64 R-gee-0:4.13.20-4.fc33.x86_64 R-gss-0:2.2.2-3.fc33.x86_64 R-igraph-0:1.2.5-3.fc33.x86_64 R-msm-0:1.6.8-5.fc33.x86_64 R-preprocessCore-0:1.50.0-4.fc33.x86_64 R-qtl-0:1.46.2...
2016 Jan 11
1
Possibly useful idea
I've not worked changing underlying computational infrastructure, but developers who do might want to use ideas from FlexiBLAS. Apologies in advance if this is well-known. Best JN > From: Martin Koehler koehlerm at mpi-magdeburg.mpg.de > Date: January 07, 2016 > Subject: FlexiBLAS Version 1.3.0 Release > > It is our pleasure to announce the new release of FlexiBLAS. We do not > provide yet another BLAS...
2023 Mar 17
1
La_library() always returns "" on R-devel?
...this in 83986 [1] needs a fix in Lapack.c: if (dladdr((void *) F77_NAME(ilaver), &dl_info)) { char buf[PATH_MAX+1]; char *res = realpath(dl_info.dli_fname, buf); if (res) { SEXP nfo = R_NilValue; if (strstr(res, "flexiblas")) nfo = R_flexiblas_info(); if (isNull(nfo)) nfo = mkChar(""); ans = ScalarString(nfo); break; } } It will always return an empty string except for flexiblas. I assume this...
2023 Jun 20
1
Installation of R-4.3.1 with intel 2022
...tic.c(77): error: pointer to incomplete class type is not allowed exc->retval = 0.0; icc -std=c99 -std=gnu11 -I../../src/extra -I../../src/extra/xdr -I. -I../../src/include -I../../src/include -I/usr/local/include -I../../src/nmath -DHAVE_CONFIG_H -fopenmp -fpic -g -O3 -wd188 -ip -mp -c flexiblas.c -o flexiblas.o icc: command line remark #10148: option '-mp' not supported compilation aborted for arithmetic.c (code 2) make[3]: *** [../../Makeconf:129: arithmetic.o] Error 2 make[3]: *** Waiting for unfinished jobs.... icc: command line remark #10148: option '-mp' not supporte...
2023 Jul 18
2
Installation of R-4.3.1 with intel 2022
...lowed >> ?????? exc->retval = 0.0; >> >> icc -std=c99 -std=gnu11 -I../../src/extra -I../../src/extra/xdr -I. >> -I../../src/include -I../../src/include? -I/usr/local/include >> -I../../src/nmath -DHAVE_CONFIG_H?? -fopenmp -fpic? -g -O3 -wd188 -ip >> -mp? -c flexiblas.c -o flexiblas.o >> icc: command line remark #10148: option '-mp' not supported >> compilation aborted for arithmetic.c (code 2) >> make[3]: *** [../../Makeconf:129: arithmetic.o] Error 2 >> make[3]: *** Waiting for unfinished jobs.... >> icc: command line rem...
2017 Oct 29
2
Virtio BoF minutes from KVM Forum 2017
...essing the same cache line. (descriptors already grew to 16 bytes, do we need more?) - was playing around with the idea of different ring types for different devices e.g. scsi, net. starting with generic information then comes protocol specific data. Ilya agrees. length of descriptor would be flexibla by adding a descriptor length field. How to continue / TODOs: - do benchmarking with bigger frame sizes on fast enough NICs - turn prototype code into a RFC series (work in progress) - more people interested to join monthly meetings Open questions: - Do we need an (optional) completion rin...
2017 Oct 29
2
Virtio BoF minutes from KVM Forum 2017
...essing the same cache line. (descriptors already grew to 16 bytes, do we need more?) - was playing around with the idea of different ring types for different devices e.g. scsi, net. starting with generic information then comes protocol specific data. Ilya agrees. length of descriptor would be flexibla by adding a descriptor length field. How to continue / TODOs: - do benchmarking with bigger frame sizes on fast enough NICs - turn prototype code into a RFC series (work in progress) - more people interested to join monthly meetings Open questions: - Do we need an (optional) completion rin...
2023 Apr 21
0
[Rd] R 4.3.0 is released
...vector for argument what. A new generic, nameOfClass(), is called to resolve the class name from what. This supports experimenting with alternative object systems. Based on contributions by Tomasz Kalinowski in PR#18485. * Detection of BLAS/LAPACK in use (sessionInfo()) with FlexiBLAS now reports the current backend. * The "data.frame" method for subset() now warns about extraneous arguments, typically catching the use of = instead of == in the subset expression. * Calling a:b when numeric a or b is longer than one may now be made int...
2023 Apr 21
0
[Rd] R 4.3.0 is released
...vector for argument what. A new generic, nameOfClass(), is called to resolve the class name from what. This supports experimenting with alternative object systems. Based on contributions by Tomasz Kalinowski in PR#18485. * Detection of BLAS/LAPACK in use (sessionInfo()) with FlexiBLAS now reports the current backend. * The "data.frame" method for subset() now warns about extraneous arguments, typically catching the use of = instead of == in the subset expression. * Calling a:b when numeric a or b is longer than one may now be made int...