POPPUR爱换

 找回密码
 注册

QQ登录

只需一步,快速开始

手机号码,快捷登录

搜索
查看: 2706|回复: 19
打印 上一主题 下一主题

GF100核心的发布,加密技术要加油啊

[复制链接]
跳转到指定楼层
1#
发表于 2009-10-1 08:13 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
看了GF100(桌面版本380?)的介绍,通用计算性能得到了大幅的提升,特别是原生支持C、C++
pc的通用运算性能大大提高后,暴力破解密码会容易很多,加密技术看来得大大提高才行
2#
 楼主| 发表于 2009-10-1 08:15 | 只看该作者
http://pcper.com/article.php?aid=789

GT300? Yes pleaseToday we are able to reveal some of the more interesting features of [size=1em]NVIDIA’s next generation GPU architecture known internally as “Fermi”.  NVIDIA refers to Fermi as the “most significant leap forward in GPU [size=1em]architecture since the original G80” and after reading through the documentation, it is hard to argue against their case.  The GT200 architecture that powers the GTX 285 and GTX 295 of today was a big improvement over G80 though it was fundamentally based on the same design principles.


The massive, 3.0 billion, 512 SP Fermi core.  I think I can see my house from here.


NVIDIA Fermi takes GPU computing another step forward and that is clearly the primary goal of the new architecture.  We will see that NVIDIA has focused on items like double precision floating point, [size=1em]memory technologies like ECC support and caches and context switching between GPU applications to directly target its CUDA architecture and what NVIDIA believes is the future of parallel computing.

The Fermi Architecture

At a high level, the new Fermi architecture was designed to map directly to NVIDIA’s interpretation of CUDA computing going forward.  In this program execution model there are threads, thread blocks, and grids of thread blocks that all differentiate themselves based on memory access and kernel execution.




A thread block is a group of threads that have the ability to cooperate with each other and communicate via the per-Block shared memory.  Each block supports as many as 1536 concurrent threads, each of which has separate access to individual memory, counters, registers, etc.  Each grid is actually then an array of thread blocks that are running the same kernel but have the ability to read and write from global memory (but only after kernel-wide global synchronization).  

These software stacks match up with NVIDIA architecture in the form of the GPU, streaming multiprocessors and CUDA cores.  The GPU itself operates on the grids of thread blocks, each array of streaming multiprocessors (SMs) executes one or more thread blocks and the individual CUDA cores (as NVIDIA is calling them now) execute the threads.  The SMs execute threads in groups of 32 called “warps” that help to improve efficiency of the GPU.



The first implementation of this architecture, that we are tentatively calling GT300, will have some impressive raw specifications.  The GPU is made up of 3.0 billion transistors and features 512 CUDA processing cores organized into 16 streaming multiprocessors of 32 cores each.  The memory architecture is built around a new GDDR5 implementation and has six channels of [size=1em]64-bits for a total memory bus of 384-bits.  The memory system can technically support up to 6GB of memory as well – something that is key for HPC applications.  



Each SM includes 32 CUDA processing cores (4x the previous GT200 design) as you can see above but also introduces other new features to help improve performance.  Each processor includes a fully pipelined integer and floating point unit that implements the newer IEEE 754-2008 standard – another important move for GPU computing.  The new Evergreen core from AMD also implements this standard as it adds support for the fused multiply-add instruction.

Also included in each SM are 16 load and store units and 4 special function units to handle calculations like sin and cosine.  

NVIDIA is claiming that the double precision performance of the Fermi architecture will be greatly improved over the existing GT200 design.



With NVIDIA claiming to be 4.25x faster than GT200, that puts the GT300 at about 330 GFLOPS of double precision performance (based on the 78 GFLOPS the GT200 rests at).  (UPDATE: During Jen-Hsun's keynote at the NVIDIA GPU Tech Conference, they stated the peak DP performance increase was "8x".  If that's the case, GT300 could reach as high as 624 GFLOPS.  We will find out the final answer soon.)  While definitely an impressive improvement, AMD’s new Evergreen family reaches a theoretical peak of 544 GFLOPS of double precision performance, so we definitely need to keep an eye on these numbers as we see actual [size=1em]hardware from NVIDIA hit the streets.
回复 支持 反对

使用道具 举报

3#
发表于 2009-10-1 08:23 | 只看该作者
With NVIDIA claiming to be 4.25x faster than GT200, that puts the GT300 at about 330 GFLOPS of double precision performance (based on the 78 GFLOPS the GT200 rests at).  (UPDATE: During Jen-Hsun's keynote at the NVIDIA GPU Tech Conference, they stated the peak DP performance increase was "8x"

8x看来是这么来的
                         G80               GT200         Fermi             RV870
双精度浮点能力         不具备         30 FMA/周期         256 FMA/周期         640 FMA/周期
回复 支持 反对

使用道具 举报

4#
发表于 2009-10-1 08:56 | 只看该作者
不务正业啊不务正业
回复 支持 反对

使用道具 举报

5#
发表于 2009-10-1 09:18 | 只看该作者
暴力破解密码...........

这个无需担心计算能力的提高.
回复 支持 反对

使用道具 举报

6#
发表于 2009-10-1 09:42 | 只看该作者
密码位数增加就可以了
回复 支持 反对

使用道具 举报

7#
发表于 2009-10-1 09:49 | 只看该作者
估计半年后AMD GPU会被专业市场抛弃,在通用计算上AMD至少落后一代。
回复 支持 反对

使用道具 举报

皮球 该用户已被删除
8#
发表于 2009-10-1 10:37 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

9#
发表于 2009-10-1 10:58 | 只看该作者
增加几位密码和几个符号类别,密码的破解难度便几何级数的级别增加
暴力破解除非到量子计算出来再说
回复 支持 反对

使用道具 举报

10#
 楼主| 发表于 2009-10-1 10:59 | 只看该作者
增加几位密码和几个符号类别,密码的破解难度便几何级数的级别增加
暴力破解除非到量子计算出来再说
冰灵鬼 发表于 2009-10-1 10:58


看你设置20+位密码累不累
回复 支持 反对

使用道具 举报

11#
发表于 2009-10-1 11:37 | 只看该作者
我们以前服务器的密码远不止20位,有全角字符、半角字符、中文、日文,ascii符号等等组成。
基本是靠复制粘帖,打一下要起码十来分钟。
回复 支持 反对

使用道具 举报

12#
发表于 2009-10-1 11:51 | 只看该作者
估计半年后AMD GPU会被专业市场抛弃,在通用计算上AMD至少落后一代。
HuaErZ 发表于 2009-10-1 09:49

amd gpu有专业市场吗
回复 支持 反对

使用道具 举报

13#
发表于 2009-10-1 11:56 | 只看该作者
amd gpu有专业市场吗
boris_lee 发表于 2009-10-1 11:51

你火星了吧,A卡玩专业市场的时候NV还没出生呢
回复 支持 反对

使用道具 举报

14#
发表于 2009-10-1 12:11 | 只看该作者
我们以前服务器的密码远不止20位,有全角字符、半角字符、中文、日文,ascii符号等等组成。
基本是靠复制粘帖,打一下要起码十来分钟。
hcgxp 发表于 2009-10-1 11:37

结果被人暴漏洞直接取root权限....
回复 支持 反对

使用道具 举报

15#
发表于 2009-10-1 12:13 | 只看该作者
你火星了吧,A卡玩专业市场的时候NV还没出生呢
亢龙有悔 发表于 2009-10-1 11:56


现在专业显卡市占?......哪一个好?
回复 支持 反对

使用道具 举报

16#
发表于 2009-10-1 12:13 | 只看该作者
你火星了吧,A卡玩专业市场的时候NV还没出生呢
亢龙有悔 发表于 2009-10-1 11:56

那是AMD GPU吗?
Mach32之类能算啥专业卡?
回复 支持 反对

使用道具 举报

17#
发表于 2009-10-1 12:18 | 只看该作者
8x看来是这么来的
                         G80               GT200         Fermi             RV870
双精度浮点能力         不具备         30 FMA/周期         256 FMA/周期         640 FMA/周期
boris_lee 发表于 2009-10-1 08:23
AMD标出来的可信吗?4850就标1T了,280才标933G。实际性能如何大家都看得到
回复 支持 反对

使用道具 举报

18#
发表于 2009-10-1 12:35 | 只看该作者
RV870双精度只有单精度的五分之一,在费米之前只有部分CPU才能做到半速DP
回复 支持 反对

使用道具 举报

19#
发表于 2009-10-1 12:41 | 只看该作者
你火星了吧,A卡玩专业市场的时候NV还没出生呢
亢龙有悔 发表于 2009-10-1 11:56


IBM玩PC市场时Intel还在搞缓存呢过去再辉煌也不能掩盖现在的窘态
回复 支持 反对

使用道具 举报

头像被屏蔽
20#
发表于 2009-10-1 15:39 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

广告投放或合作|网站地图|处罚通告|

GMT+8, 2025-8-28 22:26

Powered by Discuz! X3.4

© 2001-2017 POPPUR.

快速回复 返回顶部 返回列表