936 resultados para Thread safe parallel run-time


Relevância:

30.00% 30.00%

Publicador:

Resumo:

The means through which the nervous system perceives its environment is one of the most fascinating questions in contemporary science. Our endeavors to comprehend the principles of neural science provide an instance of how biological processes may inspire novel methods in mathematical modeling and engineering. The application ofmathematical models towards understanding neural signals and systems represents a vibrant field of research that has spanned over half a century. During this period, multiple approaches to neuronal modeling have been adopted, and each approach is adept at elucidating a specific aspect of nervous system function. Thus while bio-physical models have strived to comprehend the dynamics of actual physical processes occurring within a nerve cell, the phenomenological approach has conceived models that relate the ionic properties of nerve cells to transitions in neural activity. Further-more, the field of neural networks has endeavored to explore how distributed parallel processing systems may become capable of storing memory. Through this project, we strive to explore how some of the insights gained from biophysical neuronal modeling may be incorporated within the field of neural net-works. We specifically study the capabilities of a simple neural model, the Resonate-and-Fire (RAF) neuron, whose derivation is inspired by biophysical neural modeling. While reflecting further biological plausibility, the RAF neuron is also analytically tractable, and thus may be implemented within neural networks. In the following thesis, we provide a brief overview of the different approaches that have been adopted towards comprehending the properties of nerve cells, along with the framework under which our specific neuron model relates to the field of neuronal modeling. Subsequently, we explore some of the time-dependent neurocomputational capabilities of the RAF neuron, and we utilize the model to classify logic gates, and solve the classic XOR problem. Finally we explore how the resonate-and-fire neuron may be implemented within neural networks, and how such a network could be adapted through the temporal backpropagation algorithm.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Linear programs, or LPs, are often used in optimization problems, such as improving manufacturing efficiency of maximizing the yield from limited resources. The most common method for solving LPs is the Simplex Method, which will yield a solution, if one exists, but over the real numbers. From a purely numerical standpoint, it will be an optimal solution, but quite often we desire an optimal integer solution. A linear program in which the variables are also constrained to be integers is called an integer linear program or ILP. It is the focus of this report to present a parallel algorithm for solving ILPs. We discuss a serial algorithm using a breadth-first branch-and-bound search to check the feasible solution space, and then extend it into a parallel algorithm using a client-server model. In the parallel mode, the search may not be truly breadth-first, depending on the solution time for each node in the solution tree. Our search takes advantage of pruning, often resulting in super-linear improvements in solution time. Finally, we present results from sample ILPs, describe a few modifications to enhance the algorithm and improve solution time, and offer suggestions for future work.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Prediction of radiated fields from transmission lines has not previously been studied from a panoptical power system perspective. The application of BPL technologies to overhead transmission lines would benefit greatly from an ability to simulate real power system environments, not limited to the transmission lines themselves. Presently circuitbased transmission line models used by EMTP-type programs utilize Carson’s formula for a waveguide parallel to an interface. This formula is not valid for calculations at high frequencies, considering effects of earth return currents. This thesis explains the challenges of developing such improved models, explores an approach to combining circuit-based and electromagnetics modeling to predict radiated fields from transmission lines, exposes inadequacies of simulation tools, and suggests methods of extending the validity of transmission line models into very high frequency ranges. Electromagnetics programs are commonly used to study radiated fields from transmission lines. However, an approach is proposed here which is also able to incorporate the components of a power system through the combined use of EMTP-type models. Carson’s formulas address the series impedance of electrical conductors above and parallel to the earth. These equations have been analyzed to show their inherent assumptions and what the implications are. Additionally, the lack of validity into higher frequencies has been demonstrated, showing the need to replace Carson’s formulas for these types of studies. This body of work leads to several conclusions about the relatively new study of BPL. Foremost, there is a gap in modeling capabilities which has been bridged through integration of circuit-based and electromagnetics modeling, allowing more realistic prediction of BPL performance and radiated fields. The proposed approach is limited in its scope of validity due to the formulas used by EMTP-type software. To extend the range of validity, a new set of equations must be identified and implemented in the approach. Several potential methods of implementation have been explored. Though an appropriate set of equations has not yet been identified, further research in this area will benefit from a clear depiction of the next important steps and how they can be accomplished. Prediction of radiated fields from transmission lines has not previously been studied from a panoptical power system perspective. The application of BPL technologies to overhead transmission lines would benefit greatly from an ability to simulate real power system environments, not limited to the transmission lines themselves. Presently circuitbased transmission line models used by EMTP-type programs utilize Carson’s formula for a waveguide parallel to an interface. This formula is not valid for calculations at high frequencies, considering effects of earth return currents. This thesis explains the challenges of developing such improved models, explores an approach to combining circuit-based and electromagnetics modeling to predict radiated fields from transmission lines, exposes inadequacies of simulation tools, and suggests methods of extending the validity of transmission line models into very high frequency ranges. Electromagnetics programs are commonly used to study radiated fields from transmission lines. However, an approach is proposed here which is also able to incorporate the components of a power system through the combined use of EMTP-type models. Carson’s formulas address the series impedance of electrical conductors above and parallel to the earth. These equations have been analyzed to show their inherent assumptions and what the implications are. Additionally, the lack of validity into higher frequencies has been demonstrated, showing the need to replace Carson’s formulas for these types of studies. This body of work leads to several conclusions about the relatively new study of BPL. Foremost, there is a gap in modeling capabilities which has been bridged through integration of circuit-based and electromagnetics modeling, allowing more realistic prediction of BPL performance and radiated fields. The proposed approach is limited in its scope of validity due to the formulas used by EMTP-type software. To extend the range of validity, a new set of equations must be identified and implemented in the approach. Several potential methods of implementation have been explored. Though an appropriate set of equations has not yet been identified, further research in this area will benefit from a clear depiction of the next important steps and how they can be accomplished.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This thesis develops high performance real-time signal processing modules for direction of arrival (DOA) estimation for localization systems. It proposes highly parallel algorithms for performing subspace decomposition and polynomial rooting, which are otherwise traditionally implemented using sequential algorithms. The proposed algorithms address the emerging need for real-time localization for a wide range of applications. As the antenna array size increases, the complexity of signal processing algorithms increases, making it increasingly difficult to satisfy the real-time constraints. This thesis addresses real-time implementation by proposing parallel algorithms, that maintain considerable improvement over traditional algorithms, especially for systems with larger number of antenna array elements. Singular value decomposition (SVD) and polynomial rooting are two computationally complex steps and act as the bottleneck to achieving real-time performance. The proposed algorithms are suitable for implementation on field programmable gated arrays (FPGAs), single instruction multiple data (SIMD) hardware or application specific integrated chips (ASICs), which offer large number of processing elements that can be exploited for parallel processing. The designs proposed in this thesis are modular, easily expandable and easy to implement. Firstly, this thesis proposes a fast converging SVD algorithm. The proposed method reduces the number of iterations it takes to converge to correct singular values, thus achieving closer to real-time performance. A general algorithm and a modular system design are provided making it easy for designers to replicate and extend the design to larger matrix sizes. Moreover, the method is highly parallel, which can be exploited in various hardware platforms mentioned earlier. A fixed point implementation of proposed SVD algorithm is presented. The FPGA design is pipelined to the maximum extent to increase the maximum achievable frequency of operation. The system was developed with the objective of achieving high throughput. Various modern cores available in FPGAs were used to maximize the performance and details of these modules are presented in detail. Finally, a parallel polynomial rooting technique based on Newton’s method applicable exclusively to root-MUSIC polynomials is proposed. Unique characteristics of root-MUSIC polynomial’s complex dynamics were exploited to derive this polynomial rooting method. The technique exhibits parallelism and converges to the desired root within fixed number of iterations, making this suitable for polynomial rooting of large degree polynomials. We believe this is the first time that complex dynamics of root-MUSIC polynomial were analyzed to propose an algorithm. In all, the thesis addresses two major bottlenecks in a direction of arrival estimation system, by providing simple, high throughput, parallel algorithms.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

OBJECTIVE: Acute mountain sickness is a frequent and debilitating complication of high-altitude exposure, but there is little information on the prevalence and time course of acute mountain sickness in children and adolescents after rapid ascent by mechanical transportation to 3500 m, an altitude at which major tourist destinations are located throughout the world. METHODS: We performed serial assessments of acute mountain sickness (Lake Louise scores) in 48 healthy nonacclimatized children and adolescents (mean +/- SD age: 13.7 +/- 0.3 years; 20 girls and 28 boys), with no previous high-altitude experience, 6, 18, and 42 hours after arrival at the Jungfraujoch high-altitude research station (3450 m), which was reached through a 2.5-hour train ascent. RESULTS: We found that the overall prevalence of acute mountain sickness during the first 3 days at high altitude was 37.5%. Rates were similar for the 2 genders and decreased progressively during the stay (25% at 6 hours, 21% at 18 hours, and 8% at 42 hours). None of the subjects needed to be evacuated to lower altitude. Five subjects needed symptomatic treatment and responded well. CONCLUSION: After rapid ascent to high altitude, the prevalence of acute mountain sickness in children and adolescents was relatively low; the clinical manifestations were benign and resolved rapidly. These findings suggest that, for the majority of healthy nonacclimatized children and adolescents, travel to 3500 m is safe and pharmacologic prophylaxis for acute mountain sickness is not needed.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

BACKGROUND: Bleeding is a frequent complication during surgery. The intraoperative administration of blood products, including packed red blood cells, platelets and fresh frozen plasma (FFP), is often live saving. Complications of blood transfusions contribute considerably to perioperative costs and blood product resources are limited. Consequently, strategies to optimize the decision to transfuse are needed. Bleeding during surgery is a dynamic process and may result in major blood loss and coagulopathy due to dilution and consumption. The indication for transfusion should be based on reliable coagulation studies. While hemoglobin levels and platelet counts are available within 15 minutes, standard coagulation studies require one hour. Therefore, the decision to administer FFP has to be made in the absence of any data. Point of care testing of prothrombin time ensures that one major parameter of coagulation is available in the operation theatre within minutes. It is fast, easy to perform, inexpensive and may enable physicians to rationally determine the need for FFP. METHODS/DESIGN: The objective of the POC-OP trial is to determine the effectiveness of point of care prothrombin time testing to reduce the administration of FFP. It is a patient and assessor blind, single center randomized controlled parallel group trial in 220 patients aged between 18 and 90 years undergoing major surgery (any type, except cardiac surgery and liver transplantation) with an estimated blood loss during surgery exceeding 20% of the calculated total blood volume or a requirement of FFP according to the judgment of the physicians in charge. Patients are randomized to usual care plus point of care prothrombin time testing or usual care alone without point of care testing. The primary outcome is the relative risk to receive any FFP perioperatively. The inclusion of 110 patients per group will yield more than 80% power to detect a clinically relevant relative risk of 0.60 to receive FFP of the experimental as compared with the control group. DISCUSSION: Point of care prothrombin time testing in the operation theatre may reduce the administration of FFP considerably, which in turn may decrease costs and complications usually associated with the administration of blood products. TRIAL REGISTRATION: NCT00656396.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

STATEMENT OF PROBLEM: A tapered implant with continuously changing threads purported to provide stable tissue support and allow immediate function has been developed. Treatment success and stabilization of supporting tissues over time require documentation. PURPOSE: The purpose of this prospective, randomized, controlled, multicenter study was to evaluate changes in bone level and soft tissue behavior between the novel implant (NobelActive/NA) and a standard tapered implant (NobelReplace Tapered Groovy/NR) with regard to immediate function. MATERIAL AND METHODS: A total of 177 patients randomly allocated to 3 treatment groups (2 different test implant groups: NA Internal (n=117; internal connection) and External (n=82), and 1 standard treatment group, NR (n=126)) received 325 implants. Implants were placed into healed sites, and all but 6 implants were immediately nonocclusally loaded. Clinical and radiographic evaluations of treatment success, crestal bone levels, and soft tissue changes were performed at the time of placement and after 3, 6, and 12 months. Log-Rank test was used to analyze the differences in survival rate. Marginal bone level was compared using the Kruskal-Wallis test and Mann-Whitney U-test (alpha=.05). RESULTS: One-year cumulative survival rates were comparable (96.6% for NA Internal; 96.3% for NA External; 97.6% for NR; P=.852; Log-Rank). Mean (SD) change in bone level was -0.95 mm (1.37) for NA Internal, -0.64 mm (0.97) for NA External, and -0.63 mm (1.18) for NR (P=.589; Kruskal-Wallis). Stable soft tissues and significantly increased papilla scores (P<.001; Wilcoxon signed-rank) were observed for all implant types. CONCLUSIONS: The novel implants showed high survival rates as well as stable bone and soft tissue levels after 1 year, and may be recommended for clinical use, even under immediate function.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The reliable quantification of gene copy number variations is a precondition for future investigations regarding their functional relevance. To date, there is no generally accepted gold standard method for copy number quantification, and methods in current use have given inconsistent results in selected cohorts. In this study, we compare two methods for copy number quantification. beta-defensin gene copy numbers were determined in parallel in 80 genomic DNA samples by real-time PCR and multiplex ligation-dependent probe amplification (MLPA). The pyrosequencing-based paralog ratio test (PPRT) was used as a standard of comparison in 79 out of 80 samples. Realtime PCR and MPLA results confirmed concordant DEFB4, DEFB103A, and DEFB104A copy numbers within samples. These two methods showed identical results in 32 out of 80 samples; 29 of these 32 samples comprised four or fewer copies. The coefficient of variation of MLPA is lower compared with PCR. In addition, the consistency between MLPA and PPRT is higher than either PCR/MLPA or PCR/PPRT consistency. In summary, these results suggest that MLPA is superior to real-time PCR in beta-defensin copy number quantification.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

PURPOSE OF REVIEW: Current guidelines for the management of acute coronary syndrome clearly recommend that clopidogrel should be started before diagnostic coronary angiography. If patients undergo coronary artery bypass grafting (CABG) early after clopidogrel loading or during continued exposure, it seems reasonable to expect an increase in bleeding complications. RECENT FINDINGS: Earlier studies may have overestimated the risk of bleeding in patient undergoing CABG with prior clopidogrel exposure (5-10-fold increase). Some conflicting results are reported in literature. As reexploration because of excessive bleeding is concerned, a two to three-fold increase must be expected, which is demonstrated in actual trials properly matched to confounding factors. Discontinuation of clopidogrel for 5-7 days prior to urgent CABG as recommended by guidelines is not well adopted in clinical practice for several reasons. SUMMARY: There is a moderately elevated risk of bleeding complications after CABG due to prior clopidogrel exposure alone. However, in clinical practice this risk is added often to patients who carry already elevated surgical risks (urgent procedures, worse coronary anatomy, history of previous myocardial infarction and prior percutaneous intervention), and after bleeding complications singular patients may suffer from consecutive adverse outcome. Cessation of clopidogrel in patients before CABG clearly prolongs hospitalization time and has an estimated 1% risk of coronary events during the waiting period. Risk and benefit have to be balanced in every individual case.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

P-GENESIS is an extension to the GENESIS neural simulator that allows users to take advantage of parallel machines to speed up the simulation of their network models or concurrently simulate multiple models. P-GENESIS adds several commands to the GENESIS script language that let a script running on one processor execute remote procedure calls on other processors, and that let a script synchronize its execution with the scripts running on other processors. We present here some brief comments on the mechanisms underlying parallel script execution. We also offer advice on parallelizing parameter searches, partitioning network models, and selecting suitable parallel hardware on which to run P-GENESIS.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

In this paper we propose two cooperation schemes to compose new parallel variants of the Variable Neighborhood Search (VNS). On the one hand, a coarse-grained cooperation scheme is introduced which is well suited for being enhanced with a solution warehouse to store and manage the so far best found solutions and a self-adapting mechanism for the most important search parameters. This makes an a priori parameter tuning obsolete. On the other hand, a fine-grained scheme was designed to reproduce the successful properties of the sequential VNS. In combination with the use of parallel exploration threads all of the best solutions and 11 out of 20 new best solutions for the Multi Depot Vehicle Routing Problem with Time Windows were found.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

What's known on the subject? and What does the study add? The EndoSew® prototype was first tested in a porcine model several years ago. The investigators found it both simple to master and reliable, its greatest advantage being a 2.4-fold time saving compared with straight laparoscopic suturing. In addition to that publication, there is a single case report describing the performance of an open EndoSew® suture to close parts (16 cm) of an ileal neobladder. The time for suturing the 16 cm ileum was 25 min, which is in line with our experience. The knowledge on this subject is limited to these two publications. We report on the first consecutive series of ileal conduits performed in humans using the novel prototype sewing device EndoSew®. The study shows that the beginning and the end of the suture process represent the critical procedural steps. It also shows that, overall, the prototype sewing machine has the potential to facilitate the intracorporeal suturing required in reconstructive urology for construction of urinary diversions. Objective To evaluate the feasibility and safety of the novel prototype sewing device EndoSew® in placing an extracorporeal resorbable running suture for ileal conduits. Patients and Methods We conducted a prospective single-centre pilot study of 10 consecutive patients undergoing ileal conduit, in whom the proximal end of the ileal conduit was closed extracorporeally using an EndoSew® running suture. The primary endpoint was the safety of the device and the feasibility of the sewing procedure which was defined as a complete watertight running suture line accomplished by EndoSew® only. Watertightness was assessed using methylene blue intraoperatively and by loopography on postoperative days 7 and 14. Secondary endpoints were the time requirements and complications ≤30 days after surgery. Results A complete EndoSew® running suture was feasible in nine patients; the suture had to be abandoned in one patient because of mechanical failure. In three patients, two additional single freehand stitches were needed to anchor the thread and to seal tiny leaks. Consequently, all suture lines in 6/10 patients were watertight with EndoSew® suturing alone and in 10/10 patients after additional freehand stitches. The median (range) sewing time was 5.5 (3–10) min and the median (range) suture length was 4.5 (2–5.5) cm. There were no suture-related complications. Conclusions The EndoSew® procedure is both feasible and safe. After additional freehand stitches in four patients all sutures were watertight. With further technical refinements, EndoSew® has the potential to facilitate the intracorporeal construction of urinary diversions.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

BACKGROUND Idiopathic pulmonary fibrosis (IPF) is characterized by formation and proliferation of fibroblast foci. Endothelin-1 induces lung fibroblast proliferation and contractile activity via the endothelin A (ETA) receptor. OBJECTIVE To determine whether ambrisentan, an ETA receptor-selective antagonist, reduces the rate of IPF progression. DESIGN Randomized, double-blind, placebo-controlled, event-driven trial. (ClinicalTrials.gov: NCT00768300). SETTING Academic and private hospitals. PARTICIPANTS Patients with IPF aged 40 to 80 years with minimal or no honeycombing on high-resolution computed tomography scans. INTERVENTION Ambrisentan, 10 mg/d, or placebo. MEASUREMENTS Time to disease progression, defined as death, respiratory hospitalization, or a categorical decrease in lung function. RESULTS The study was terminated after enrollment of 492 patients (75% of intended enrollment; mean duration of exposure to study medication, 34.7 weeks) because an interim analysis indicated a low likelihood of showing efficacy for the end point by the scheduled end of the study. Ambrisentan-treated patients were more likely to meet the prespecified criteria for disease progression (90 [27.4%] vs. 28 [17.2%] patients; P = 0.010; hazard ratio, 1.74 [95% CI, 1.14 to 2.66]). Lung function decline was seen in 55 (16.7%) ambrisentan-treated patients and 19 (11.7%) placebo-treated patients (P = 0.109). Respiratory hospitalizations were seen in 44 (13.4%) and 9 (5.5%) patients in the ambrisentan and placebo groups, respectively (P = 0.007). Twenty-six (7.9%) patients who received ambrisentan and 6 (3.7%) who received placebo died (P = 0.100). Thirty-two (10%) ambrisentan-treated patients and 16 (10%) placebo-treated patients had pulmonary hypertension at baseline, and analysis stratified by the presence of pulmonary hypertension revealed similar results for the primary end point. LIMITATION The study was terminated early. CONCLUSION Ambrisentan was not effective in treating IPF and may be associated with an increased risk for disease progression and respiratory hospitalizations. PRIMARY FUNDING SOURCE Gilead Sciences.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The COSMIC-2 mission is a follow-on mission of the Constellation Observing System for Meteorology, Ionosphere, and Climate (COSMIC) with an upgraded payload for improved radio occultation (RO) applications. The objective of this paper is to develop a near-real-time (NRT) orbit determination system, called NRT National Chiao Tung University (NCTU) system, to support COSMIC-2 in atmospheric applications and verify the orbit product of COSMIC. The system is capable of automatic determinations of the NRT GPS clocks and LEO orbit and clock. To assess the NRT (NCTU) system, we use eight days of COSMIC data (March 24-31, 2011), which contain a total of 331 GPS observation sessions and 12 393 RO observable files. The parallel scheduling for independent GPS and LEO estimations and automatic time matching improves the computational efficiency by 64% compared to the sequential scheduling. Orbit difference analyses suggest a 10-cm accuracy for the COSMIC orbits from the NRT (NCTU) system, and it is consistent as the NRT University Corporation for Atmospheric Research (URCA) system. The mean velocity accuracy from the NRT orbits of COSMIC is 0.168 mm/s, corresponding to an error of about 0.051 μrad in the bending angle. The rms differences in the NRT COSMIC clock and in GPS clocks between the NRT (NCTU) and the postprocessing products are 3.742 and 1.427 ns. The GPS clocks determined from a partial ground GPS network [from NRT (NCTU)] and a full one [from NRT (UCAR)] result in mean rms frequency stabilities of 6.1E-12 and 2.7E-12, respectively, corresponding to range fluctuations of 5.5 and 2.4 cm and bending angle errors of 3.75 and 1.66 μrad .

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The traditional American dream of owning a home, obtaining a college education, and working at a good, paying job is only that, a dream, for scores of homeless youth in America today. There is a growing street population of young people who have been thrown out of their homes by their caretakers or their families, and who face life-threatening situations each day. For these youth, the furthest thing in their lives is reaching the so-called “American Dream;” and their most immediate need is survival, simply living out the day in front of them. They have few options that lead to a decent and safe living environment. Their age, lack of work experience, and absence of a high school diploma make it most difficult to find a job. As a result, they turn to other means for survival; runaways and throwaways are most vulnerable to falling prey to the sex trade, selling drugs, or being lured into human trafficking, and some steal or panhandle. Street youth end up spending their nights in bus stations or finding a room in an abandoned building or an empty stairwell to sleep. Attempting to identify a specific number of homeless youth is difficult at best, but what is even more perplexing is our continued inability to effectively protect our children. We are left with a basic question framed by the fundamental tenets of justice: what is a community’s responsibility to its youth who, for whatever reason, end up living on the streets or in unsafe, abusive environments? The purpose of this paper is to briefly outline the characteristics of homeless youth, in particular differentiating between throwaways and runaways; explore the current federal response to homeless youth; and finally, address the nagging question that swirls around all children: can we aggressively aspire to be a community where every child is healthy and safe, and able to realize his or her fullest potential?