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 Software-Based Control Flow Checking For Soft Error Detection To Improve Microprocessor Reliability
Edson Borin - Campinas, BR Cheng C. Wang - San Jose CA, US Youfeng Wu - Palo Alto CA, US
Assignee:
Intel Corporation - Santa Clara CA
International Classification:
G06F 11/00
US Classification:
714 51, 714732
Abstract:
A method and apparatus for software-based control flow checking for soft error detection. In one embodiment, the method includes the instrumentation of one basic block of a target program to update a signature register with a successor basic block signature at an end of the basic block. In addition, the basic block is instrumented to verify that contents of the signature register match a basic block signature at a beginning of the basic block. In one embodiment, an instruction is inserted within the basic block to cause the signature register to store a predetermined value if the contents of the signature register match a basic block signature. In one embodiment, a basic block may be subdivided into a plurality of regions; each region is assigned a signature and instrumented to update the signature register at a beginning of each region. Other embodiments are described and claimed.
Two-Pass Mret Trace Selection For Dynamic Optimization
Cheng Wang - San Jose CA, US Bixia Zheng - Palo Alto CA, US Ho-seop Kim - Cupertino CA, US Mauricio Breternitz, Jr. - Austin TX, US Youfeng Wu - Palo Alto CA, US
Assignee:
Intel Corporation - Santa Clara CA
International Classification:
G06F 9/44
US Classification:
717128
Abstract:
A first potential hot trace of a program is determined. A second potential hot trace of the program is determined. A common path from the first potential hot trace and the second potential hot trace is selected as the selected hot trace of the program.
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.
Sep 2013 to 2000 SpecialistCSUS,TOGO's Sacramento, CA Jul 2001 to May 2013 Cashier and Sales AssociateUCD Medical Center Sacramento, CA Jun 2001 to Jul 2011 Chinese translatorCSUS Translation &Languages Center Sacramento, CA Aug 1998 to Jun 2000 Chinese translatorBridon Mechanical Sacramento, CA Jan 1993 to May 1995 CAD Engineer
Education:
CSU,Sacramento,GPA3.97 Sacramento, CA 1990 to 1992 Master of Science in Mechanical EngineeringTONGJI University 1978 to 1982 Bachelor of Science in Mechanical Engineering
Skills:
FORTRAN77,BASIC,MS-Word,AutoCA... R13,VantageCAD,MINITAB,PATRAN-... quakExpress,Chinese Pagemaker,Chinese star,Strawberry Date Acquisition System
Name / Title
Company / Classification
Phones & Addresses
Cheng Wang Owner
Wang, Cheng Computer Consultant · Computer Repair
6021 Stockton Blvd, Sacramento, CA 95824 PO Box 246208, Sacramento, CA 95824 (916)3927588
Cheng F. Wang President
Wang Pai Enterprises Inc Business Consulting Services · Business Services
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.