Strategy Leadership Recruiting Team Leadership Business Process Improvement Business Development Analysis Business Strategy Start-ups Strategic Planning Consulting Training Business Planning Customer Service Business Analysis Sourcing New Business Development Entrepreneurship Marketing Strategy Process Improvement Networking Cross-functional Team Leadership Management Consulting Team Management Market Research Time Management Access Management Operations Management Project Management Risk Management Statistical Data Analysis Data Mining Econometrics Health Economics
Masato M. Toshima - Sunnyvale CA Phil M. Salzman - San Jose CA Steven C. Murdoch - Palo Alto CA Cheng Wang - San Jose CA Mark A. Stenholm - San Jose CA James Howard - San Jose CA Leonard Hall - San Jose CA
Assignee:
Applied Materials, Inc. - Santa Clara CA
International Classification:
B65G 4905
US Classification:
414217, 414940, 414939, 118719
Abstract:
A workpiece loading interface is included within a workpiece processing system which processes workpieces, typically wafers, in a vacuum. The workpiece loading interface includes two separate chambers. Each chamber may be separately pumped down. Thus, while a first cassette of wafers, from a first chamber is being accessed, a second cassette of wafers may be loaded in the second chamber and the second chamber pumped down. Each chamber is designed to minimize intrusion to a clean room. Thus a door to each chamber has a mechanism which, when opening the door, first moves the door slightly away from an opening in the chamber and then the door is moved down parallel to the chamber. After the door is opened, a cassette of wafers is lowered through the opening in a motion much like a drawbridge. The cassette may be pivoted within the chamber when the position from which wafers are accessed from the cassette differs from the position from which the cassette is lowered out of the chamber.
Masato M. Toshima - Sunnyvale CA Phil M. Salzman - San Jose CA Steven C. Murdoch - Palo Alto CA Cheng Wang - San Jose CA Mark A. Stenholm - San Jose CA James Howard - San Jose CA Leonard Hall - San Jose CA
Assignee:
Applied Materials, Inc. - Santa Clara CA
International Classification:
B65G 4907
US Classification:
414217, 414939
Abstract:
A workpiece loading interface is included within a workpiece processing system which processes workpieces, typically wafers, in a vacuum. The workpiece loading interface includes two separate chambers. Each chamber may be separately pumped down. Thus, while a first cassette of wafers, from a first chamber is being accessed, a second cassette of wafers may be loaded in the second chamber and the second chamber pumped down. Each chamber is designed to minimize intrusion to a clean room. Thus a door to each chamber has a mechanism which, when opening the door, first moves the door slightly away from an opening in the chamber and then the door is moved down parallel to the chamber. After the door is opened, a cassette of wafers is lowered through the opening in a motion much like a drawbridge. The cassette may be pivoted within the chamber when the position from which wafers are accessed from the cassette differs from the position from which the cassette is lowered out of the chamber.
Apparatus And Method For Dynamic Binary Translator To Support Precise Exceptions With Minimal Optimization Constraints
Bixia Zheng - Palo Alto CA, US Cheng C. Wang - Cupertino CA, US Ho-seop Kim - Cupertino CA, US Mauricio Breternitz, Jr. - Austin TX, US Youfeng Wu - Palo Alto CA, US
A method and apparatus for dynamic binary translator to support precise exceptions with minimal optimization constraints. In one embodiment, the method includes the translation of a source binary application generated for a source instruction set architecture (ISA) into a sequential, intermediate representation (IR) of the source binary application. In one embodiment, the sequential IR is modified to incorporate exception recovery information for each of the exception instructions identified from the source binary application to enable a dynamic binary translator (DBT) to represent exception recovery values as regular values used by IR instructions. In one embodiment, the sequential IR may be optimized with a constraint on movement of an exception instruction downward past an irreversible instruction to form a non-sequential IR. In one embodiment, the non-sequential IR is optimized to form a translated binary application for a target ISA. Other embodiments are described and claimed.
Compiler Technique For Efficient Register Checkpointing To Support Transaction Roll-Back
Cheng Wang - Santa Clara CA, US Youfeng Wu - Palo Alto CA, US
Assignee:
Intel Corporation - Santa Clara CA
International Classification:
G06F 11/00
US Classification:
714 19
Abstract:
A method and apparatus for efficient register checkpointing is herein described. A transaction is detected in program code. A recovery block is inserted in the program code to perform recovery operations in response to an abort of the first transaction. A roll-back edge is potentially inserted from an abort point to the recovery block. A control flow edge is inserted from the recovery block to a entry point of the transaction. Checkpoint code is inserted before the entry point to backup live-in registers in backup storage elements and recovery code is inserted in the recovery block to restore the live-in registers from the backup storage elements in response to an abort of the transaction.
Apparatus And Method For Redundant Software Thread Computation
Cheng C. Wang - Sunnyvale CA, US Youfeng Wu - Palo Alto CA, US
Assignee:
Intel Corporation - Santa Clara CA
International Classification:
G06F 9/46 G06F 5/00
US Classification:
718100, 710 52, 710 56
Abstract:
An apparatus and method for redundant transient fault detection. In one embodiment, the method includes the replication of an application into two communicating threads, a leading thread and a trailing thread. The trailing thread may repeat computations performed by the leading thread to detect transient faults, referred to herein as “soft errors. ” A first in, first out (FIFO) buffer of shared memory is reserved for passing data between the leading thread and the trailing thread. The FIFO buffer may include a buffer head variable to write data to the FIFO buffer and a buffer tail variable to read data from the FIFO buffer. In one embodiment, data passing between the leading thread data buffering is restricted according to a data unit size and thread synchronization between a leading thread and the trailing thread is limited to buffer overflow/underflow detection. Other embodiments are described and claimed.
Methods And Apparatus To Form A Transactional Objective Instruction Construct From Lock-Based Critical Sections
Youfeng Wu - Palo Alto CA, US Cheng Wang - Santa Clara CA, US
Assignee:
Intel Corporation - Santa Clara CA
International Classification:
G06F 9/44 G06F 9/46
US Classification:
717119, 717120, 717136, 717149, 718104, 718105
Abstract:
Methods and an apparatus for forming a transaction object instruction construct are provided. An example method translates a source instruction construct to form a transactional objective instruction construct, executes the transactional objective instruction construct, intercepts an aborted transaction associated with the transactional objective instruction construct during execution, maintains a graph of nodes and edges associated with the executed transactional objective instruction construct to predict a deadlock situation, and resolves the deadlock situation associated with the transactional objective instruction construct based on the graph.
Using Transactional Memory For Precise Exception Handling In Aggressive Dynamic Binary Optimizations
Dynamic optimization of application code is performed by selecting a portion of the application code as a possible transaction. A transaction has a property that when it is executed, it is either atomically committed or atomically aborted. Determining whether to convert the selected portion of the application code to a transaction includes determining whether to apply at least one of a group of code optimizations to the portion of the application code. If it is determined to apply at least one of the code optimizations of the group of optimizations to the portion of application code, then the optimization is applied to the portion of the code and the portion of the code is converted to a transaction.
Transient Fault Detection By Integrating An Srmt Code And A Non Srmt Code In A Single Application
Cheng Wang - Santa Clara CA, US Youfeng Wu - Palo Alto CA, US
Assignee:
Intel Corporation - Santa Clara CA
International Classification:
G06F 11/00 G06F 11/14
US Classification:
714 21, 717140, 717162, 714 35, 714 38
Abstract:
Disclosed is a method for running a first code generated by a Software-based Redundant Multi-Threading (SRMT) compiler along with a second code generated by a normal compiler at runtime, the first code including a first function and a second function, the second code including a third function. The method comprises running the first function in a leading thread and a tailing thread (); running the third function in a single thread (), the leading thread calls the third function and running the second function in the leading thread and the tailing thread (), the third function calls the second function. The present disclosure provides a mechanism for handling function calls wherein SRMT functions and binary functions can call each other irrespective of whether the callee function is a SRMT function or a binary function and thereby dynamically adjusts reliability and performance tradeoff based on run-time information and user selectable policies.
The team, also led by co-first author Cheng Wang, PhD, and co-corresponding author Jingjing Li, PhD, wagered that valuable new insights could be made by studying the human brain itself. They worked with the National Institutes of HealthsNeuroBioBankand local hospitals associated with UCSF to obta
Date: Jan 09, 2025
Category: Health
Source: Google
Cellular identity discovery has potential to impact cancer treatments
Successful Ph.D. graduate of the Bracken lab, Dr. Eleanor Glancy, together with Postdoctoral researcher, Dr. Cheng Wang, spearheaded the work, with important collaborative support from scientists in Italy and the Netherlands. The team has published the work today in journal Molecular Cell.
Date: Apr 07, 2023
Category: Science
Source: Google
BTN LiveBIG: Working to save lives from cervical cancer
The research results in this project unveil a novel molecular mechanism of cervical cancer development and progression and may provide a new therapeutic strategy for prevention and treatment of cervical cancer, said Cheng Wang, assistant professor at the University of Nebraska Medical Center (UN
Date: Jan 18, 2016
Category: Health
Source: Google
Hardware? Software? Flex Logix hopes for best of both worlds
The Flex Logix engineers -- Cheng Wang, who's vice president of engineering, and Fang-Li Yuan, who's principal hardware designer -- think they came up with a better way to build FPGAs that uses significantly less chip circuitry and thus dramatically lowers costs. But competing directly against the
The herbs are not widely available in the west, although they are also available in countries such as Japan, Korea and Germany, said Cheng Wang and Bin Cao of the Beijing Institute of Respiratory Medicine, who led the study.
Date: Aug 16, 2011
Category: Health
Source: Google
Youtube
sophie's.revenge (part 1-7) eng.sub
cast: zhang ziyi; peter ho; fan bingbing; so ji-sub; ruby lin; yao che...
Category:
Entertainment
Uploaded:
06 Oct, 2011
Duration:
15m
jiro wang - zi you Fahrenheit fantasy world t...
our rocker jiro wang dong cheng, da dong singing solo, zi you at Fahre...
Category:
Entertainment
Uploaded:
28 Feb, 2010
Duration:
6m 19s
The Karate Kid ChengZhenwei Wang
attention please!i have something to say:i am not his freind,i just fi...
Category:
Entertainment
Uploaded:
20 Jun, 2010
Duration:
7m
Fan Yi Chen - Wang Le ai
al hafis pitopang
Category:
Music
Uploaded:
27 Nov, 2007
Duration:
5m 24s
Final - WS - Cheng SC vs Wang Y. - Yonex BWF ...
Event: Yonex BWF World Championships 2011 - Final Date: 14 August 2011...
Category:
Sports
Uploaded:
14 Aug, 2011
Duration:
57m 20s
III CHENG MAN CHING FORUM - MASTER WANG CHIN ...
Master Wang Chin Shih is a very skilful Tai Chi Chuan teacher, and he ...
Category:
Sports
Uploaded:
11 Dec, 2007
Duration:
8m 51s
Googleplus
Cheng Wang
Education:
University of Oxford - Department of Computer Science, Peking University - Department of Computer Science
Cheng Wang
Cheng Wang
Education:
University of Notre Dame - Sociology
Cheng Wang
Education:
North Carolina State University - Civil engineering