f**********t 发帖数: 1001 | 1 刚看了一个例子。大概是说static synchronized method是对class object lock,
synchronized method是对当前object lock。如果都是static synchronized或者都是
synchronized,则可以实现synchronization,因为是对同一个object。
那么在这个例子里面,f1和f2的两个synchronized是对不同的object lock。要让它们
真正synchronized,函数得用static synchronization。
以上是我的观点,不知对不对?
Using synchronized keyword along with method is easy just apply synchronized
keyword in front of method. What we need to take care is that static
synchronized method locked on class object lock and non static synchroniz... 阅读全帖 |
|
B*******1 发帖数: 2454 | 2 Main Question:
Design a parallel Breadth First Search algorithm for a directed weighted
graph.
Basically you need to find the minimum cost to reach to a node from the
starting node . (Just save the optimum cost and not the optimum path)
. Calculate and output the optimum reachability cost for all the nodes from
a given starting point.
Implement in C with openMP.
1. How about using DFS or Shortest path first instead. Would these
algorithms perform better than BFS with parallel implementati... 阅读全帖 |
|
i******r 发帖数: 793 | 3 I have taken parallel edges into consideration.
My program can pass my test cases including parallel edges. |
|
j********e 发帖数: 12 | 4 IBM GPFS(General Parallel File System)组里现在要招2个Developer,职位在北京
,有想回国的技术牛牛可以考虑这个职位。
技术方面需要linux Kernel + 分布式/并行算法 方面的能力,项目组做的内容很核心
,我们和IBM Almaden Research一起从事该并行文件系统的设计开发等工作。
工作内容很有挑战,如果您不是一个喜欢挑战并且愿意沉下心研究核心技术的人,请勿
投简历。
项目组主要涉及的或者你进来可以学到的技术有: 分布式锁和Token,分布式日志,
Quota,Snapshot, IO(分布式DIO,AIO,MmapIO etc), Memory Buffer
management, Parallel FS cache等模块的实现细节。
如果您研究过开源的分布式/并行文件系统的代码实现或者您在北美的公司里从事过内
核/文件系统相关的研发工作,非常欢迎过来跟我们交流。
我们的待遇可以给到band9及以上。 (大概50到100W RMB)
工作地点:北京。
如果您想了解更多关于GPFS的信... 阅读全帖 |
|
e******o 发帖数: 757 | 5 刚才面了一个OR的position一个三哥面的,挂了
三个一上来就问你怎么没发paper,我说我发了,没写到简历上去
问了一堆linear programming的问题。Danzig decompositon, bender's Decompositon
.可惜都是我第一年的时候学得,早还给老师了。然后问了一堆branch and bound的问
题。
然后三哥看我做过parallel computing, 结果问了一堆multi-thread的问题。原来在三
哥心目中 parallel computing == multi-thread programming. 三哥连super-
computing里的communication问题 都不知到。结果他问他的,我答我的,结果就悲剧
了。
然后三哥问pass by pointer 和 pass by reference 的区别。我就说pass by
reference就是在functions 中assign the original object another name. pass by
pointer就是construct anot... 阅读全帖 |
|
m****r 发帖数: 120 | 6 虽然大部分不很难,但是题目类型很出乎我的意料
1. 设计实现bigInteger类以及其四则运算,以及how to parallel
2. matrix运算in both shared memory (类似openmp) and distributed way(类似MPI
),block 矩阵的边界的subscript令人头疼。要考虑一点cache performance。
3. 实现lock synchronization,可以选择linux或者windows api。
4. C#的一段类似ODBC code挑错 (我完全不会c#语法,但语意可以理解)。错误主要
是thread safe问题。
5. 设计(pseudo code就可以)一个parallel disk driver,有cache的功能。 |
|
W***o 发帖数: 6519 | 7 【 以下文字转载自 biojailbreak 俱乐部 】
发信人: Wardo (Wardo), 信区: biojailbreak
标 题: 没有正式修过本科cs课,直接读cs master能吃的消吗?
发信站: BBS 未名空间站 (Tue Apr 30 13:18:56 2013, 美东)
我已经拿到uiuc的online cs master的provisional acceptance,要求是在2014 fall
学期之前修课并至少拿到两个A-的成绩。我本科生物的,没有正式修过cs的本科核心课
,但是自己平时自学了java, python,mysql数据库,现在正在coursera上学算法和数
据结构,感觉这些也就是本科cs的核心课的内容。
看了看uiuc的cs master的课程,感觉心里没底,所以想问问懂行的我这背景能吃的消
下面的课吗?我自己能吃苦,自学能力强,也写过代码,熟悉数据库。
http://cs.illinois.edu/online/academics?quicktabs_9=5
Online Courses
Below is a list of the cu... 阅读全帖 |
|
r*********n 发帖数: 4553 | 8 you know the center and the orientation (assuming card is rectangle) for
each card
to test whether a point falls onto a particular card is equivalent to test
whether a 2D point is within a rectangle.
one way to do this is to write down the line equations for all sides in the
form f(X,Y) = aX + bY + c = 0... and check
f_1(x, y)*f_2(x, y) <= 0 && f_3(x, y)*f_4(x, y) <= 0
here f_1 and f_2 denote the line equations of parallel sides and similarly f
_3, f_4. f_1(x, y)*f_2(x, y) <= 0 means point (x,y... 阅读全帖 |
|
f****l 发帖数: 8042 | 9 难道CMU的CS MSc是类似CIS的方向??但是他家的可选课程看上去是CS的典型课程设置
啊。求解惑,不想申请CIS方向。
Qualifying courses outside of CSD:
02-712 Computational Methods for Biological Modeling and Simulation
05-813 Human Factors
05-891 Designing Human-Centered Software
10-601 Machine Learning
10-702 Statistical Machine Learning
10-705 Intermediate Statistics
10-708 Probabilistic Graphical Models
10-725 Optimization
11-741 Information Retrieval
11-772 Analysis of Social Media
16-642 Manipulation, Mobility and Control
16-720 Computer Visi... 阅读全帖 |
|
|
f*********r 发帖数: 674 | 11 感兴趣的站内联系
Founded in 1998, Hermes Microvision, Inc. (HMI) is a leading worldwide
provider of semiconductor inspection
solutions. HMI develops, manufactures and markets the most advanced e-beam
inspection monitoring
solution in the semiconductor industry today. Its team of industry veteran
comprises top electron optics
technologists, e-beam inspection and tool architecture specialists, IC
process development scientists and
industry entrepreneurs with proven track records. We have the following
ope... 阅读全帖 |
|
g****a 发帖数: 81 | 12 我们组里现有两个2015春季intenship空缺。具体job description如下,如感兴趣,可
以把简历发给我信箱:[email protected]
(function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();
/* ]]> */
.
谢谢!
----------------------
Intel Job Description
Graphics SW Eng... 阅读全帖 |
|
l******9 发帖数: 579 | 13 【 以下文字转载自 Programming 讨论区 】
发信人: light009 (light009), 信区: Programming
标 题: error draw map from shape file Python 3.2 basemap
发信站: BBS 未名空间站 (Sat Feb 14 13:51:37 2015, 美东)
I am working on drawing map from shape file in Python 3.2 basemap.
But, the longitude values at the bottom axis are only shown partially. Also,
all latitude values are missing.
Here is my python code.
import shapefile as sf
import sys
import numpy as np
import matplotlib.pylab as plt
from mpl_toolkits.basemap import Basemap
ma... 阅读全帖 |
|
s****e 发帖数: 275 | 14 salary大概190k
Title:Staff Software Engineer
(Parallel/Distributed Computing Platform)
Qualifications:
- Hands-on skills in distributed and multithreaded software development
- Familiar with Linux based development environment
- Proficient in C, C++ , Java, and s
distributed (parallel) programming and runtime systems, PHD, Hadoop, Spark,
Storm, Mesos,memory cache technologies
站内联系 |
|
r******n 发帖数: 12 | 15 I am currently very actively looking for candidate with COMPILER background.
Email me directly: [email protected]
/* */
or just call me
508-647-3016
Job Summary:
Our proprietary optimizing compiler is a key strategic focus of the
MathWorks. Both the language and the compiler are actively developed by a
talented team of programming language and compiler experts.
Compiling the dynamically-typed matrix-oriented MATLAB language to embedded
systems is not a well-studied problem. You will n... 阅读全帖 |
|
g*******f 发帖数: 30 | 16 当天或第二天回复。我可直接内推到hiring manager那里。感兴趣的同学请直接CV到我
信箱 [email protected]/* */。
另外,1)请不要发站内信息或邮件。2)因为找能马上能工作的人,所以还没有毕业的
同学请不要发邮件给我了,对不起。
职业信息如下:
https://ktcareers.kla-tencor.com/psp/ps/APPLICANT/HRMS/c/HRS_HRAM.HRS_CE.GBL
1)
Job Title: Software Engineer
Job ID: 115098
Location: Milpitas, CA
Responsibilities
The successful candidate will have a track record of academic and
professional success as well as technical innovation. He/she will be part of
a software team in KLA-Tencor's Candela G... 阅读全帖 |
|
e***e 发帖数: 168 | 17 The Engineering team at TigerGraph (in Silicon Valley) has built the world's
fastest real-time Graph Analytics platform. We are seeking multiple
software engineers to add to our world-class core engineering team. We build
high-performance parallel distributed graph management system, and develop
innovative compiler algorithms and usability tools to close the gap between
human reasoning/intuition and activating graph data. An ideal candidate is
passionate about delivering broad software stack thr... 阅读全帖 |
|
e***e 发帖数: 168 | 18 The Engineering team at TigerGraph (in Silicon Valley) has built the world's
fastest real-time Graph Analytics platform. We are seeking multiple
software engineers to add to our world-class core engineering team. We build
high-performance parallel distributed graph management system, and develop
innovative compiler algorithms and usability tools to close the gap between
human reasoning/intuition and activating graph data. An ideal candidate is
passionate about delivering broad software stack thr... 阅读全帖 |
|
m******e 发帖数: 9 | 19 【 以下文字转载自 GeoSpace 讨论区 】
发信人: mesocase (鸟笼里的哆嗦), 信区: GeoSpace
标 题: IBM Research-China诚聘数值天气预报与应用研究员
发信站: BBS 未名空间站 (Sat Jun 11 12:28:03 2011, 美东)
Position: Researcher/Meteorologist in Numerical Weather Prediction, Application and Analytics
Location: Beijing
IBM is developing smarter solutions in renewable energy, and for this area,
IBM Research – China is the key innovative unit. We are continuously recruiting
top professionals in this area to create a new era by solving critical/challenging
pr... 阅读全帖 |
|
n*****c 发帖数: 4 | 20 Two positions as Postdoc or PhD Student as a Research Associate
Location: Mainz, Germany
Application Deadline: 31-Dec-2011
The Chair for Parallel and Distributed Architectures at the Johannes-
Gutenberg University (JGU) Mainz conducts research in the areas of High
Performance Computing (HPC) and its application to Bioinformatics:
http://www.staff.uni-mainz.de/schmi033
Examples of active research areas are:
1. Utilization of accelerator architectures (e.g. GPUs and CUDA, FPGAs)
2. Design of scala... 阅读全帖 |
|
j********e 发帖数: 12 | 21 IBM GPFS(General Parallel File System)组里现在要招2个Developer,职位在北京
,有想回国的技术牛牛可以考虑这个职位。
技术方面需要linux Kernel + 分布式/并行算法 方面的能力,项目组做的内容很核心
,我们和IBM Almaden Research一起从事该并行文件系统的设计开发等工作。
工作内容很有挑战,如果您不是一个喜欢挑战并且愿意沉下心研究核心技术的人,请勿
投简历。
项目组主要涉及的或者你进来可以学到的技术有: 分布式锁和Token,分布式日志,
Quota,Snapshot, IO(分布式DIO,AIO,MmapIO etc), Memory Buffer
management, Parallel FS cache等模块的实现细节。
如果您研究过开源的分布式/并行文件系统的代码实现或者您在北美的公司里从事过内
核/文件系统相关的研发工作,非常欢迎过来跟我们交流。
我们的待遇可以给到band9及以上。
工作地点:北京。
如果您想了解更多关于GPFS的信息,可以查看 http://ww... 阅读全帖 |
|
m****s 发帖数: 18160 | 22 【 以下文字转载自 Biology 讨论区 】
发信人: BachCello (cello), 信区: Biology
标 题: Postdoc positions in Weill Cornell medical college
发信站: BBS 未名空间站 (Mon Jul 29 16:32:52 2013, 美东)
Description
POSTDOCTORAL POSITION – Hematopoietic Stem Cell Biology
Weill Cornell Medical College, Cornell University, New York, NY
A postdoctoral position is available to investigate mechanisms controlling
hematopoietic stem cell (HSC) quiescence and how disruption of these
mechanisms contributes to the pathogenesis of hematopoietic m... 阅读全帖 |
|
m****s 发帖数: 18160 | 23 【 以下文字转载自 Postdoc 讨论区 】
发信人: mummy (老菜皮), 信区: Postdoc
标 题: postdoc position in NYC
发信站: BBS 未名空间站 (Thu Sep 26 10:42:03 2013, 美东)
朋友招postdoc,帮他贴广告,有兴趣的可以申请, 如果贴错地方请帮忙转到正确的
地方,谢谢
Description
POSTDOCTORAL POSITION – Hematopoietic Stem Cell Biology
Weill Cornell Medical College, Cornell University, New York, NY
A postdoctoral position is available to investigate mechanisms controlling
hematopoietic stem cell (HSC) quiescence and how disruption of these
mechanisms contributes to the pathogenesis of ... 阅读全帖 |
|
e***e 发帖数: 168 | 24 The Engineering team at TigerGraph (in Silicon Valley) has built the world's
fastest real-time Graph Analytics platform. We are seeking multiple
software engineers to add to our world-class core engineering team. We build
high-performance parallel distributed graph management system, and develop
innovative compiler algorithms and usability tools to close the gap between
human reasoning/intuition and activating graph data. An ideal candidate is
passionate about delivering broad software stack thr... 阅读全帖 |
|
h****a 发帖数: 628 | 25 Thanks. This conforts me. But the crack goes >0.8cm -1cm which is the widest
among all house I have seen.
I also suspect if parallel works since all weight are on this beam and
parallel won't take any weight from it. But I think add a steel column
support should help.
Thanks a lot for answer.
.
you |
|
p******l 发帖数: 69 | 26 【 以下文字转载自 TAX 讨论区 】
发信人: parallel (parallel), 信区: TAX
标 题: 急问,在线等,拜谢!公司帐户汇钱到个人账户买房子作首付需要交税或者解释么?
发信站: BBS 未名空间站 (Fri Jan 28 13:33:27 2011, 美东)
不好意思有个问题非常急,希望有大牛能指点一二。
我LD是一个公司的CEO,现在买房有一笔3万美元的款项要汇给我们做downpay, 由于各
种原因,只有两种选择,要么从另一个州的姐妹公司帐户汇到他的公司户头,要么从香
港的母公司汇到他的公司户头,然后他再从公司帐户转到我们的私人账户,最后close
的时候汇给escrow, 我们想知道这个从公司帐户到他个人账户的钱需要和lender解释么
?需要交税吗?不知道说明白没有,或者我们应该咨询谁啊。非常感谢! |
|
a*****0 发帖数: 3319 | 27 多谢。好能干啊!
真是及时雨,好帖子。紧急请教,你这是多少尺寸的房间,灯具体layout怎么安排?每
个灯多少lumen亮度。几个控制开关?
我想装6个还是9个定不下。13'x16'的空间,
如果6个,我需要网上订灯,800 lumen一个,2700K. 2x3, parallel to 13' wall, 3.
5'(wall to light), 5'(light to light), 4.5' (light to wall, floor has
register at 1' from the wall). Parallel to 16' wall, all 4' apart. 不知这样
行否?不对称主要考虑实用角度。
如果装9个,我大概就local HD 买算了,他们有625 lumen的。
用于living room or family room.
Thank you so much. |
|
R***s 发帖数: 302 | 28 Grow from the walls on both sides of the tile section. It's better to have
some kind of reference to guide you (a laser or a wire) such that both sides
grow follow the same parallel line. When they pass the tile line, you will
have to notch a board or two. But that's doable. If you plan carefully, you
can avoid the notch cut for this location. But, in general, you probably
have to make notch cut at some other locations anyway. So you may need to
practice it.
Going back to laying the plank now. I... 阅读全帖 |
|
az 发帖数: 16686 | 29 有的老师说,Parallel Play一直到四岁都是正常的,Parallel Play之前还有个阶段叫
什么Play来着的 |
|
B******1 发帖数: 9094 | 30 2) A rectangle with sides of length 5 units and 6 units that are parallel to
the x-axis and y-axis has one vertex at (1,3). What is the largest possible
sum of the coordinates of any of the other vertices of this rectangle.
Basically this question tells you that one vertex of a rectangle is at (1,3)
and that the length and width of the rectangle is 6 and 5. In addition, the
rectangle's side are parallel to either the x-axis or the y-axis.
Therefore, only 8 possibilities exit if you draw them ou... 阅读全帖 |
|
s********s 发帖数: 71 | 31 这和我儿子的情况比较类似,抱歉我不是乐观派,提醒你要注意多想办法多鼓励他的
social活动了。
我儿子现在刚过了5岁,也是从小就focus时间过分的长。从小就特别感兴趣各种科学方
面的知识,我们给他看了很多的space, nature, 以及其他自然科学方面的书。起初我
们还很自豪,4岁多的时候我才开始担心,因为他在daycare(full day from 1.5 year
old)一直都是一个人玩,虽然他在周末的时候会在我们的陪同下和几个playdate玩的很
开心,但是仍然可以看出他更多的是享受有朋友在旁边的parallel play,而非真正意
义上主动的interactive play。这个问题一直持续到现在,这个问题是他的老师十分担
心的,因为一般小孩子在toddler两三岁的时候就开始渐渐脱离parallel play了。我儿
子被老师称为知识及词汇量惊人的丰富,有的时候“天才”是和某些深层缺陷相伴的,
需要警惕。另外他的兴趣相对狭窄,(至少是在学校里表现的)只对科学类的,art
work类的感兴趣,对于其他例如dress up,playhouse,等等都不感兴趣。伴随... 阅读全帖 |
|
d**u 发帖数: 1639 | 32 同意,呵呵~
我家宝宝经常玩的小朋友有将近10个。只要天气条件允许,我每天会约其他孩子家长一起去playground玩。一般每天最小有2次、>2个小时的室外活动时间。天气不好的时候,我就把其他家长叫来在家里玩。小孩子目前social良好。
有几点心得。。。
1,有条件在家带宝宝的家庭,从1岁开始,每天就应该要有固定的routine,保证孩子每天能与其他同龄孩子social。没有条件要创造条件。比较小一点的宝宝(2岁以下)在跟其他宝宝玩耍的时候,可能还是parallel playing,也就是各玩各的,似乎没有交流的样子。但是父母不要因此觉得playdate没意义。相反,parallel playing是小宝宝social能力发展的一个必经阶段。
2,从小教孩子打招呼。无论是天上的飞机,还是一辆从路边开过的垃圾车,都教孩子说“hi,×××”、“byebye,×××”。训练跟这类objects打招呼的好处是,宝宝不expect对方的reaction,自然也不会担心别人没有反应而害羞、从而不肯主动打招呼。一旦培养了这种爱打招呼的好习惯,对于孩子的social能力是个boost。这个习惯培养得... 阅读全帖 |
|
n*****a 发帖数: 2802 | 33 自从搬了地方,附近就找不到一个跟我家老二差不多年龄的娃,每天看老二孤独地玩就
在想,跟你当时的哥哥比运气太差了!看来只有两岁就送幼儿园这个办法了。
一起去playground玩。一般每天最小有2次、>2个小时的室外活动时间。天气不好的时
候,我就把其他家长叫来在家里玩。小孩子目前social良好。
子每天能与其他同龄孩子social。没有条件要创造条件。比较小一点的宝宝(2岁以下
)在跟其他宝宝玩耍的时候,可能还是parallel playing,也就是各玩各的,似乎没有
交流的样子。但是父母不要因此觉得playdate没意义。相反,parallel playing是小宝
宝social能力发展的一个必经阶段。
子说“hi,×××”、“byebye,×××”。训练跟这类objects打招呼的好处是,宝
宝不expect对方的reaction,自然也不会担心别人没有反应而害羞、从而不肯主动打招
呼。一旦培养了这种爱打招呼的好习惯,对于孩子的social能力是个boost。这个习惯
培养得越早越好。
他们自己去解决比较好。免得将来某天发现“强妈出弱娃”,孩子总是指望着大人帮自
己解决与同... 阅读全帖 |
|
b****t 发帖数: 153 | 34 从深层次来说是如此,虽然大部分人并不会意识到文化于他的“源动力”。
可悲的是,对于我们的ABC孩子们来说,他们的文化意识和精神气质不可避免更倾向于
西方文明。除非回中国呆个五年以上,是很难认同中国文化的种种思想。但学中文还是
应该提倡,因为只有通过语言和文字他们才有可能直接接触、了解中国文化,或许能多
少产生一些认同感。“中文无用论”的说法过于功利,完全没有认识到学会中文对丰富
和拓宽孩子思想眼界的益处。能够阅读原汁原味的中文书籍,看懂中国的戏剧,电影,
就像开启了一扇通向无穷宝藏的门,能够体会到一些独特的中国人的精神世界和情趣,
比如‘侠’,‘义’,‘士为知己者死’,‘流水落花春去也,天上人间’这些在西方
文明里没有parallel,很难找到对应的东西。我一直认为能够同时体味东西方文化是
ABC们最大的blessing(这个词就很难找到中文的parallel),放弃中文就可惜了!
教我 |
|
az 发帖数: 16686 | 35 基本还是parallel play,他自己说跟一个小女生说话,可能是真的。。。那个小女生
也很内向,我问了,好像是一起玩了,说话了,想跟人家Playdate,结果人家她妈生了
,搁置一下下。。。
他英文还挺好的,呜呜呜。。。月月不行,别想诱使他说话的,你觉得那个例子,他肯
定不睬老师了。。。月月貌似跟大人的互动比跟孩子们好,跟孩子基本还是Parallel
Play,很少加入进去玩 |
|
m*********7 发帖数: 5207 | 36 My son's developmental therapist told me sth about the progression of
children's play skills.
1. solitary play -- play by himself, away from other people, not noticing/
paying attention to what others are doing.
2. side-by-side play -- which is exactly what you described here "坐一块但各
玩各的". While playing with their own toys, they may look at each other, or
learn how others' are playing with their toys. At this stage, children start
allowing other kids into his/her own space, and become curious abo... 阅读全帖 |
|
发帖数: 1 | 37 Postdoctoral Fellowship-Machine Learning & Health Analytics in the
Department of Computer Science and Engineering at the University of
Connecticut
About University of Connecticut:
The University of Connecticut (UConn) was founded in 1881, and is ranked
within the Top 20 Public Universities and within Top 60 National
Universities in the United States and is amongst the elite institutions
designated as “highest research activity” by the Carnegie Classification
of Institutions of Higher Education. ... 阅读全帖 |
|
c******g 发帖数: 1611 | 38 你这个文科男
People want to be able to use ScottradeELITE on their Mac and I am here to
tell you that you can. If you have a Mac with Duo Core Intel chip or better
, you can then run both the Mac OS and Windows. You will use either boot
camp or Parallels. I personally use Parallels. This allows me to open
Windows tools inside the Mac OS. You will load ScottradeELITE on the windows
side just as you would with your PC and you are ready to go.
scottrash的图不是一般的差,看不看无所谓。 |
|
k******t 发帖数: 146 | 39 呵呵,
快把包子拿来!
parallel bars,如附图 1 parallel to 2 to 3 to 4 to 5 |
|
d**y 发帖数: 32 | 40 请研究方向适合的站内联系
No1: A new active common mode EMI filter for switched mode PWM inverter fed
ac drives
Submitted to the Journal of Engineering, Computing and Architecture
ABSTRACT
This paper proposes a new active common mode electromagnetic interference (
EMI) filter for switched mode PWM Inverter applications. The proposed filter
is based on current sensing and compensation circuit which utilizes fast
transistor amplifier for current compensation. The amplifier is biased with
an isolated low voltag... 阅读全帖 |
|
t********e 发帖数: 34 | 41 Manuscript ID TCAD-2015-0250 entitled "An Accurate GPU Performance Model for
Effective Control Flow Divergence Optimization" with Prof. Liang as contact
author has been submitted to the Transactions on Computer-Aided Design of
Integrated Circuits and Systems.
The abstract appears at the end of this letter, along with the names of the
authors.
.....
MANUSCRIPT DETAILS
TITLE: An Accurate GPU Performance Model for Effective Control Flow
Divergence Optimization
AUTHORS: Liang, Yun; Satria, Muhammad;... 阅读全帖 |
|
d*********n 发帖数: 43 | 42 俺走的是 EB2,当时找的这个律师,觉得他被评为super lawyer,面试时,人也比较坦
诚,
后来就雇了他。刚开始准备材料的阶段,parallel legal 表现都还好,没有拖,结果
到file prevailing wage时候,
第一次file就犯了错,我这个学校一周工作35个小时,而DOL默认是40个小时,
parallel legal 不知道怎么处理,就随便file了,nnd,等结果出来,傻眼了,35和40
小时卡不上,
只能再申请,第二次申请,结果用的是redetermination,不是re-submit,DOL说不能
redetermination,
必须re-submit,
干,气死我了,你们说我是不是该换律师了,我真担心以后file perm的时候再出错,
到时候耽误就多了,
6个月,不是6周了
有经验的同志,给俺开导开导啊,我现在还有侥幸心理,请一盆冷水拍醒我 |
|
t***t 发帖数: 7 | 43 Job Description :
The positions are part of the funded project “Scalable Algorithm Design for
Emerging Parallel Architectures”. The work will be carried out at the
School of Computer Engineering at NTU. The scope of the project is to
develop parallel algorithms and efficient implementations for solving large
sparse linear systems over GF(2) on GPUs using the CUDA programming model.
Solving such systems is an important task in the cryptanalysis of asymmetric
encryption schemes like RSA. For examp |
|
t***t 发帖数: 7 | 44 Job Description:
The positions are part of the funded project “Designing Scalable Algorithms
on GPU-accelerated Hybrid Architectures”. The work will be carried out at
Fraunhofer IDM Centre@NTUhttp://www3.ntu.edu.sg/fraunhofer/. The scope of the project is to design and develop new scalable parallel algorithms and efficient implementations for solving compute-intensive problems in computational biology, physics simulations, etc. We propose the development of these new algorithms for emerging ma... 阅读全帖 |
|
b**m 发帖数: 1466 | 45 hand sign
parking on uphill or downhill
stop sign,
change lane,
reverse,
three point turn
sometimes parallel parking, but my wife I and both take the test in
Leominster without parallel parking.
take it easy. |
|
Z*L 发帖数: 9598 | 46 ☆─────────────────────────────────────☆
keninkun (SSK) 于 (Sun Aug 21 12:43:25 2011, 美东) 提到:
Hp Touchpad 16G 才99!
☆─────────────────────────────────────☆
daytoner (再见萤火虫) 于 (Sun Aug 21 13:12:46 2011, 美东) 提到:
在哪儿买?bestbuy?
☆─────────────────────────────────────☆
keninkun (SSK) 于 (Sun Aug 21 13:25:42 2011, 美东) 提到:
yes
☆─────────────────────────────────────☆
parn (YY) 于 (Sun Aug 21 14:30:29 2011, 美东) 提到:
你反射弧也太长了吧,现在哪里还有得卖,幸好周五晚上就抢了两个
☆─────────────────────────────────────☆
k... 阅读全帖 |
|
m******e 发帖数: 4232 | 47 至少学到parallel,雪场从wedge到parallel也就两节课,自己摸索要好一段时间。 |
|
i****0 发帖数: 115 | 48 这哥们挺能吹的
video里吹嘘说得他的程序能快麻省理工大牛的好几十倍
我当时就感觉他多半是用了parallel programming
后来翻到他的linkedin,这哥们果然是做parallel programming的
尼玛人家单机用10小时,你10台机器并行计算用1小时
根本没有可比性 |
|
c*******l 发帖数: 192 | 49 Chaska is a good place to take the road test, though it is hard to find the
opening and also it is relatively far. Officers are quite nice and you take
the test on the road in the town. I finally passed the test though I did
fail in the parallel parking. I was told that the parallel parking is not as
important as good driving attitude along with sufficient caution on the
road. |
|
G*********o 发帖数: 49669 | 50 installed parallel on OS X 10.5.1, OS X just upgraded to OS X 10.6.1
PARALLEL down now. |
|