n*****e 发帖数: 193 | 1 看来大家都有事,不能让牙膏厂一个人扛阿。
https://www.bleepingcomputer.com/news/security/google-almost-all-cpus-since-
1995-vulnerable-to-meltdown-and-spectre-flaws/
Issues described as hardware bugs that need software fixes
The issues at heart of all hoopla that happened today concern two attack
scenarios that Horn discovered and reported to CPU vendors in June 2017.
Horn describes these issues as hardware bugs that will need both firmware
patches from CPU vendors and software fixes from both OS and application
ven... 阅读全帖 |
|
G**********2 发帖数: 4138 | 2 Found the following on Wikipedia:
The distributed version in October 2015 was using 1,202 CPUs and 176 GPUs,[5
] and Google has not publicly explained what hardware and software changes
have improved its performance from October 2015 to March 2016, so the March
matches may well make use of significantly more hardware. |
|
|
|
|
d*****0 发帖数: 68029 | 6 Intel Releases Core i7-2700K and Cuts the Prices of Three CPUs
Intel has quietly released a new top-of-the-line Sandy Bridge CPU: Core i7-
2700K. We reported the i7-2700K "leak" about a month ago, and guessed that
i7-2700K will be released around the same time as AMD's Bulldozer CPUs,
which ended being quite accurate. In terms of specs, 2700K is very similar
to 2600K - the only difference is the extra CPU multiplier and hence the
extra 100MHz in 2700K. That means 2700K has default frequency of 3... 阅读全帖 |
|
c********l 发帖数: 8138 | 7 "With its Sandy Bridge and Ivy Bridge processors, Intel allowed standard
Core i5 and i7 CPUs to be overclocked by up to 400MHz using Turbo
multipliers. Reaching for higher speeds required pricier K-series chips, but
everyone got access to a little "free" clock headroom. Haswell isn't quite
so accommodating. Intel has disabled limited multiplier control for non-K
CPUs, effectively limiting overclocking to the Core i7-4770K and i5-4670K.
Those chips cost $20-30 more than their standard counterpart... 阅读全帖 |
|
l******h 发帖数: 2 | 8 Highly reputational company with very competitive compensation for all
positions.
Please send in your resume and position/positions you like to apply to my
email address below.
h*******[email protected]
All resumes will be deliver to hiring manager directly. Act fast!
Thanks!
Silicon Engineering Group
Sr. Physical Design Timing Engineer
Timing (STA) Manager
Senior Physical Design Engineer
CAD Manager - Front-End Design and Verification
Sr. CAD Engineer - Place & Route / Physical Design Engineer
Sr. CA... 阅读全帖 |
|
l******h 发帖数: 2 | 9 Highly reputational company with very competitive compensation for all
positions.
Please send in your resume and position/positions you like to apply to my
email address below.
h*******[email protected]
All resumes will be deliver to hiring manager directly. Act fast!
Thanks!
Silicon Engineering Group
Sr. Physical Design Timing Engineer
Timing (STA) Manager
Senior Physical Design Engineer
CAD Manager - Front-End Design and Verification
Sr. CAD Engineer - Place & Route / Physical Design Engineer
Sr. CA... 阅读全帖 |
|
s*******e 发帖数: 432 | 10 More efficient usage of CPUs means less total CPUs. it could be also that the cheaper for using advanced CPUs the more demand. But with almost every family have computers in US, it is hard to know where new demand will come from in US market.
powering |
|
g******4 发帖数: 6339 | 11 That article said, " there are now two main props keeping the housing market
afloat. One is ..... The other is the refusal of banks to put on the market
foreclosed homes over $300,000."
I remember in 90s, Intel withheld 33MHz CPUs until it sold most 25MHz CPUs,
then withheld 50MHz CPUs, then 66MHz.
One of my freidns lives in Northbrook, in his neighborhood, there are
several bank-owned houses. One light keeps on 24 hours in each house. When
those houses are put on the market, prices are extremel |
|
g***l 发帖数: 18555 | 12 原来设的不是1么,SUPRESS parallel plan generation了
0 - Uses the actual number of available CPUs depending on the current system
workload. This is the default value and recommended setting. 1 - Suppresses
parallel plan generation. The operation will be executed serially. 2-64 -
Limits the number of processors to the specified value. Fewer processors may
be used depending on the current workload. If a value larger than the
number of available CPUs is specified, the actual number of available CPUs
is used. |
|
|
F*********e 发帖数: 3580 | 14 http://www.bit-tech.net/news/hardware/2009/05/28/intel-to-discontinue-core-i7-920-940-cpus/1
Intel to discontinue Core i7 920 & 940 CPUs
Author: Richard Swinburne
Published: 28th May 2009 Comments (55) Email to a friend Stumble
Intel is planning to discontinue a number of Core i7 CPUs almost as soon as
it lifts the curtain on Lynnfield on September 1st.
COMPUTEX 2009: According to sources at Taiwanese motherboard manufacturers,
Intel is planning to discontinue a number of its Core i7 processors |
|
n***t 发帖数: 8357 | 15 “
Modern motherboards don't have "integrated" graphics, per se. The current
paradigm is that some CPUs have graphics processing units (GPUs) built into
the CPU (AMD calls these APUs, rather than CPUs). In order to utilize this
built in GPU, you need a motherboard that has the necessary circuitry and
connectors to enable the GPU to connect to a display.
In this case, this motherboard does have this circuitry, but you must
install an APU in order to use it. The new Ryzen CPUs that just came on the... 阅读全帖 |
|
k**********g 发帖数: 989 | 16 How about CPUs with many cores (I heard the next one has 48 cores)?
How about putting together CPUs of different architectures? (say, Cell
processor = PPU + SPU)?
How about CPUs paired with an FPGA?
Even Kernel knowledge will change, and will change fast. |
|
n*c 发帖数: 5 | 17
Faint, don't make such comments on sth you don't know.
2 CPUs have communication overheads, 4 CPUs will only have more.
The advantage of more CPUs is:
If you code can be well parallized, it's much faster, many simulation code
can be 2 times faster on a 2 CPU machine, what's really difficult is to
achieve scalability on very large machines.
Even if you only run it on one CPU, you can run two jobs at the same time.
So if you have computational considerations, 2 CPU is definitely worth it. |
|
t****g 发帖数: 715 | 18 Thanks for staying with this topic. I figured out my mistake, and came up
with another question.
Say I have 8 R scripts to run, which are parallel. There are 8 CPUs on the
node,and I am suggested to do the following:
R CMD BATCH 1.R &
R CMD BATCH 2.R &
R CMD BATCH 3.R &
R CMD BATCH 4.R &
R CMD BATCH 5.R &
R CMD BATCH 6.R &
R CMD BATCH 7.R &
R CMD BATCH 8.R &
wait
Does it make 8 scripts run on 8 CPUs respectively? If I add more scripts,
what node/CPUs will be assigned to the extra jobs?
I am aski |
|
w*******y 发帖数: 60932 | 19 (link):
http://www.bestbuy.com/site/HP - Pavilion Laptop / Intel® Pentium® Processor / 14" Display / 4GB Memory / 320GB Memory - Pewter/2753496.p?id=1218348481450&skuId=2753496
Product Features
* IntelPentiumprocessor B940
With a 2MB L3 cache and 2.0GHz processor speed.
* 4GB DDR3 memory
For multitasking power, expandable to 8GB.
* Multiformat DVD盧W/CD-RW drive
Lets you create custom DVDs and CDs.
* 14" high-definition LED display
With BrightView... 阅读全帖 |
|
w*******y 发帖数: 60932 | 20 Microcenter added a few more AMD combo's to their In-Store-Only deals.
LINK TO PAGE WITH ALL COMBOS:
http://www.microcenter.com/specials/promotions/AMDbundlePROMO.h
Back are a couple of older AMD CPUs that are proving more desirable to many
than newer Bulldozer CPUs. They are...
True Hexa Core 1045T + mATX board = $120 AR (The 1035T + mobo at $125 AR
from Tiger Direct was front paged!)
True Quad Core Black Edition Unlocked 960T + mATX board = $110 AR
Last time I checked, the only CPU combos ava... 阅读全帖 |
|
h******t 发帖数: 872 | 21 http://edition.cnn.com/2010/TECH/innovation/10/28/china.supercomputer.mashable/
(Mashable) -- Unveiled Wednesday at the Annual Meeting of National High
Performance Computing (HPC China 2010) in Beijing, Tianhe-1A is the world's
fastest supercomputer with a performance record of 2.507 petaflops, as
measured by the LINPACK benchmark.
Tianhe-1A was designed by the National University of Defense Technology (
NUDT) in China, and it is already fully operational.
To achieve the new performance record, ... 阅读全帖 |
|
s********i 发帖数: 17328 | 22 There are several "open-source hardware" CPUs, typically implemented as a
soft microprocessor.
Amber is an ARM-compatible 32-bit RISC processor. Amber implements the ARMv2
instruction set.
LEON is an open source 32-bit SPARC-like CPU created by the ESA. It's the
standard CPU for the European Space Industry.
Milkymist SoC, featuring the LatticeMico32 microprocessor core, has a
complete set of independently developed open source system-on-chip cores
such as a SDRAM controller, bus components, grap... 阅读全帖 |
|
r*******t 发帖数: 8550 | 23 Intel is closing their current production line, will be producing the new "
Sandy Bridge" CPUs in FULL speed. So the current computers with the old
processors are all in clearance. They need to sell the current computer as
fast as possible, because the new "Sandy Bridge" CPUs outform current models
by a significant margin in performance with same prices. |
|
k******d 发帖数: 48 | 24 Hi all,
In SSIV we’ll have 2 intern openings starting in summer once Stephen &
Sarah wrap up their internships. I’ve also got a senior engineer opening
for my team in XSJ. The job descriptions are below.
If you know anyone who might be interested, please send them along.
How to Apply
Please contact mitbbs account. Internship applicants should also provide an
unofficial transcript.
System Integration & Verification/Validation Intern (2 openings)
The Systems Integration and Validation group play... 阅读全帖 |
|
c*****r 发帖数: 8227 | 25 You have to get one thing straight regarding Intel: Whose CPUs are powering
the servers running the cloud?!
example, csco sees spending from states government declining and spending
from some european countries are declining too.
are still experiencing expanding of network especially the surge of cloud
computing and on-line file store and retrieve. Those two trends will
increase demand for upgrading network. However, those two trends maybe bad
for companies like intel, since instead of getting ... 阅读全帖 |
|
l**n 发帖数: 7272 | 26 I am not fully convinced or frankly sure. Intel has been able to leverage
its technology expertise from the PC CPU market to enter the server CPU
market. Maybe PC CPUs and server CPUs are closer? |
|
T*C 发帖数: 5492 | 27 On day 1 of the Intel Developer Forum (INTC), the company:
1) Unveiled the Next Unit of Computing, a 4" x 4" motherboard featuring
everything needed for a miniature PC.
2) Announced it will deliver ultrabooks in Q4 that sport Nuance's (NUAN)
Dragon Assistant voice-recognition software.
3) Boasted its Haswell CPUs, due next year, will feature 1/20 the power draw
of today's Ivy Bridge CPUs, as well as twice the graphics performance - the
latter could be trouble for NVDA and AMD's graphics business... 阅读全帖 |
|
发帖数: 1 | 28
按摩店已经派人去支持游戏开发商了,软件优化周期没你想的那么长。
“Oxide games is incredibly excited with what we are seeing from the Ryzen
CPU. Using our Nitrous game engine, we are working to scale our existing and
future game title performance to take full advantage of Ryzen and its 8-
core, 16-thread architecture, and the results thus far are impressive. These
optimizations are not yet available for Ryzen benchmarking. However, expect
updates soon to enhance the performance of games like Ashes of the
Singularity on Ryzen CP... 阅读全帖 |
|
y*********u 发帖数: 3664 | 29 “1. Recently begun OEM shipments of its Ryzen desktop CPUs (they gradually
launched over the course of 2017) in volume.
2. Launched its Vega high-end GPUs in Q3, and forecast they'll ramp with
OEMs in Q4.
3. Begun shipping its Epyc server CPUs -- like Ryzen parts, they're based on
AMD's new Zen CPU core architecture -- to cloud service providers, ahead of
major Q4 OEM launches.
4. Forecast its Ryzen Mobile notebook processors -- they pair a Ryzen CPU
with a Vega-architecture GPU -- would begin s... 阅读全帖 |
|
y*********u 发帖数: 3664 | 30 “1. Recently begun OEM shipments of its Ryzen desktop CPUs (they gradually
launched over the course of 2017) in volume.
2. Launched its Vega high-end GPUs in Q3, and forecast they'll ramp with
OEMs in Q4.
3. Begun shipping its Epyc server CPUs -- like Ryzen parts, they're based on
AMD's new Zen CPU core architecture -- to cloud service providers, ahead of
major Q4 OEM launches.
4. Forecast its Ryzen Mobile notebook processors -- they pair a Ryzen CPU
with a Vega-architecture GPU -- would begin s... 阅读全帖 |
|
N********n 发帖数: 8363 | 31
1TB = 40-bit, pretty much a hack based on 32-bit CPUs.
Modern PC CPUs are easily 64-bit. |
|
|
t*******f 发帖数: 2634 | 33 Try single Quad Core Intel® Xeon® Processors and pick
affordable options. DDR3 1333 memory should be
a must.
There are six core Xeon CPUs available also. In terms of
performance, notebook cpus are too far behind -- they care
about power consumptions soooooo much that they give up
computational power.
Also have a high performance nVidia video card with Fermi
core and largest memory you can afford.
Win 7 Enterprise versions are way faster and better than Win 7 home.
So if you can afford |
|
d**********n 发帖数: 3634 | 34 reddit上的人说LR6 uses GPU acceleration, so thsoe of you with gaming
computers can rejoice. 不玩游戏的各位应该没有好的显卡,就没啥必要了。
Also, 4+ core CPUs saw slightly better export speed using LR 6 than LR5.x,
but dual core CPUs saw no difference.
Basically, 你电脑够好的话就升级,电脑不行的话就没意义 |
|
|
a***y 发帖数: 19743 | 36 It seems the consensus is:
"In terms of value for money...
2008 Mac Pro > 2009 Mac Pro >>> 2010 Mac Pro"
I am using Mac Pro 2008, 2 Quad Core 2.8Ghz Xeon starting $2799.
It was really expensive CPUs at that time. Therefore people believe this Mac
Pro was the best value. Recent two revisions provide much cheaper CPUs but
price tag is going up.
Now the base model is One Quad Core 2.8Ghz for $2499. Insane.
Then $3499, $4999 for what?
The highest end of Mac Pro 2008 starts at $4399. |
|
p**********n 发帖数: 1470 | 37 支持mbp, 虽然mba 2代比1带好了不少.
但是btw 13in 那个是i5, dual-core multithreading = 4 virtual CPUs. not i7. i7
(quad-core multithreading = 8
CPUs) is only for 15in/17in. |
|
d***a 发帖数: 13752 | 38 他问的问题,不知所云。新Mac Pro用的应该是Intel要出的新版Xeon E5,
12-core with DDR3-1866。Intel还有一款新版Xeon E7, 15-core。
不知他哪里听来的16-core Xeon的消息。
http://www.tomshardware.com/news/Intel-Xeon-Ivy-Bridge-EP-Serve
The E5-2600/4600 V2 and E7-8800V2 CPUs have been detailed. The E5-2600 V2
family of CPUs will feature up to 12 cores with Hyperthreading, resulting in
24 threads. They will also carry 30 MB of L3 cache and have quad-channel
DDR3-1866 memory support, per socket. They can also be run in dual-socket
configurations. Th... 阅读全帖 |
|
k****n 发帖数: 52 | 39 【 以下文字转载自 Hardware 讨论区,原文如下 】
发信人: ketten (ketten), 信区: Hardware
标 题: How is Compaq Prolian ML570?
发信站: The unknown SPACE (Sat Sep 14 06:26:03 2002) WWW-POST
Our group has one Compaq Prolian ML570 server. It has 4 CPUs PIII 700 XEON,
2G memory, a bounch of SISC hard disks. Does anyone know about this model?
How is the reputation? I wonder if the 4 CPUs could always run parallelly?
If we use it as file/print/web/ftp/DB server and scientific computation, what
OS do you suggest? If I want to devel |
|
s*********n 发帖数: 2283 | 40 Is it for handset or tablet or netbook?
There is a bond between the number of CPUs and the amount of cache/memory
... If you have so many CPUs but you don't have enough memory or caches,
it will not work as you expect... Similar, if your CPU is very fast but
your memory/cache is not fast enough, it doesn't work.... |
|
a****e 发帖数: 1297 | 41 这个是必须先刷dd-wrt吗
不想折腾了,想直接刷usb不知道行不行?
另外
K26 builds are of two different types: MIPSR2 builds (for newer CPUs) and
MIPSR1 (for older CPUs). You must download the correct version given your
router.
这个cpu的新旧是怎么判断的? |
|
l******n 发帖数: 311 | 42 All W530s have exactly 4 dimms. Each of them can take <= 8GB PC3 12800 RAM.
This is written in the specs document.
The A 3 may want to say some CPUs do not support 4 dimms which is true for
some W520s but not for W530 as W530s use i7-3xxxQM CPUs. |
|
t**t 发帖数: 27760 | 43 1.4TB/s
The Titan — not to be confused with Nvidia’s graphics card of the same nam
e — is loaded with 18,688 AMD Opteron 6274 16-core CPUs, and 18,688 Nvidia
Tesla K20X GPUs. If you’re counting, this makes Titan a 299,008-core comput
er. It sports 710TB of memory, with a split of 598TB dedicated to the CPUs a
nd 112TB to the GPUs. Before this new goal of upgrading Titan’s storage, it
had 10 petabytes of storage, running at 240GB/sec. The rig can perform arou
nd 27 petaflops, and the entire unit ... 阅读全帖 |
|
|
R********0 发帖数: 4134 | 45 cpuboss.com/cpus/Desktop-CPUs-best-Overall-Performance-4311159
3570K就可以完败AMD全家。 |
|
|
|
发帖数: 1 | 48 http://forums.anandtech.com/threads/ryzen-strictly-technical.2500572/page-34#post-38797798
Public knowledge by now but AMD has a new HEDT platform coming out in a
couple of months
You'll see more of it at Computex I believe.
It's a 16 core /32 Thread, quad channel behemoth. And it is insanely quick
in the tests that Ryzen is already excelling at. So Cinebench, and all other
related productivity programs. The gaming issues that were causing the
Ryzen AM4 CPUs to behave erratically to say the leas... 阅读全帖 |
|