-
OK, I'll leave the U III & IV chips unchanged.
I'll add support for the T1x chips, as they are quite different from the others.
When (if) I get some workable changes, I'll let you have them.
You did not answer my other questions though.
4) How can I quickly build the code to test the architecture, so I know my
changes are working. (I can probably get some others to test the...
2009-07-23 20:13:56 UTC in Automatically Tuned Linear Algebra Soft.
-
I should have stated, the follow will get detected, though perhaps not as precisely as desirable
UltraSPARC-IIIi ... on a V240 and V440
UltraSPARC-III+ ... on a V480 and 280R
UltraSPARC-IIe ... on a SunBlade 150, Netra X1 and SunFire V100
UltraSPARC-IIi ... on an Ultra5
This is not detected at all
kirkby@t2:[~/sage-4.1.1.alpha0] $ psrinfo -pv | fgrep UltraSPARC
UltraSPARC-T2+...
2009-07-23 19:15:42 UTC in Automatically Tuned Linear Algebra Soft.
-
Hi,
yes, ATLAS fails to detected the T2+, and looking at the source code, the T1 and T2 would not be detected either.
$ psrinfo -pv | fgrep UltraSPARC
UltraSPARC-T2+ (chipid 0, clock 1167 MHz)
UltraSPARC-T2+ (chipid 1, clock 1167 MHz)
Try it on t2 if you wish, but I think you can see, your grep command will not detect it.
It does returns as 'UNKNOWN32'
I was not aware of...
2009-07-23 19:07:21 UTC in Automatically Tuned Linear Algebra Soft.
-
Thank you. See my other question, which is sort of related to this.
2009-07-23 18:56:22 UTC in Automatically Tuned Linear Algebra Soft.
-
I have no idea how this got logged twice, but it has.
2009-07-23 13:59:20 UTC in Automatically Tuned Linear Algebra Soft.
-
Hi,
I'm trying to add the following few UltraSPARC architectures, so they can be detected
T1
T2
T2+ (used on T5240 on the Sage project)
T3 (in development)
T3+
T4
T4+
The latter three are not in development, but one might guess they will appear one day. One could consider adding them. If they are never produced, only a few bytes are wasted.
I'm using a Sun T5240 (t2 on the Sage...
2009-07-23 13:55:25 UTC in Automatically Tuned Linear Algebra Soft.
-
Hi,
I'm trying to add the following few UltraSPARC architectures, so they can be detected
T1
T2
T2+ (used on T5240 on the Sage project)
T3 (in development)
T3+
T4
T4+
The latter three are not in development, but one might guess they will appear one day. One could consider adding them. If they are never produced, only a few bytes are wasted.
I'm using a Sun T5240 (t2 on the Sage...
2009-07-23 12:23:54 UTC in Automatically Tuned Linear Algebra Soft.
-
I don't know what (if any) impact there is, but your build directories are hard-coded in this file mentioned.
2009-07-23 12:05:08 UTC in Automatically Tuned Linear Algebra Soft.
-
I reprted yesterday a Solaris installation issue of the older distriubtion (9.4.1) distributed as part of the Sage project.
Today I decided to download the latest source, and get an issue in building the program on a Sun Blade 2000 (SPARC) running Solaris 10 update 7. This is the latest release of Solaris. and Solaris is officially certified as a UNIX operating system:
Do the developers...
2009-07-20 10:48:24 UTC in Embeddable Common-Lisp
-
I'm trying to build Sage (the maths program) on Solaris. That includes in its source distribution ecl 9.4.1. The build of ecl is failing, with the error message below. It looks to me like 'make' is exiting since it cant' delete a non-existant file.
sed '/-CUT-/,$d' ./ecl/config.h > ./ecl/config-install.h
/export/home/drkirkby/sage/sage-4.1/spkg/build/ecl-9.4.1/src/src/install.sh -c -m 644...
2009-07-20 00:46:48 UTC in Embeddable Common-Lisp