Matching Items (4)
Filtering by

Clear all filters

155837-Thumbnail Image.png
Description
With the advent of GPGPU, many applications are being accelerated by using CUDA programing paradigm. We are able to achieve around 10x -100x speedups by simply porting the application on to the GPU and running the parallel chunk of code on its multi cored SIMT (Single instruction multiple thread) architecture.

With the advent of GPGPU, many applications are being accelerated by using CUDA programing paradigm. We are able to achieve around 10x -100x speedups by simply porting the application on to the GPU and running the parallel chunk of code on its multi cored SIMT (Single instruction multiple thread) architecture. But for optimal performance it is necessary to make sure that all the GPU resources are efficiently used, and the latencies in the application are minimized. For this, it is essential to monitor the Hardware usage of the algorithm and thus diagnose the compute and memory bottlenecks in the implementation. In the following thesis, we will be analyzing the mapping of CUDA implementation of BLIINDS-II algorithm on the underlying GPU hardware, and come up with a Kepler architecture specific solution of using shuffle instruction via CUB library to tackle the two major bottlenecks in the algorithm. Experiments were conducted to convey the advantage of using shuffle instru3ction in algorithm over only using shared memory as a buffer to global memory. With the new implementation of BLIINDS-II algorithm using CUB library, a speedup of around 13.7% was achieved.
ContributorsWadekar, Ameya (Author) / Sohoni, Sohum (Thesis advisor) / Aukes, Daniel (Committee member) / Redkar, Sangram (Committee member) / Arizona State University (Publisher)
Created2017
148167-Thumbnail Image.png
Description

While many 3D printed structures are rigid and stationary, the potential for complex geometries offers a chance for creative and useful motion. Printing structures larger than the print bed, reducing the need for support materials, maintaining multiple states without actuation, and mimicking origami folding are some of the opportunities offered

While many 3D printed structures are rigid and stationary, the potential for complex geometries offers a chance for creative and useful motion. Printing structures larger than the print bed, reducing the need for support materials, maintaining multiple states without actuation, and mimicking origami folding are some of the opportunities offered by 3D printed hinges. Current efforts frequently employ advanced materials and equipment that are not available to all users. The purpose of this project was to develop a parametric, print-in-place, self-locking hinge that could be printed using very basic materials and equipment. Six main designs were developed, printed, and tested for their strength in maintaining a locked position. Two general design types were used: 1) sliding hinges and 2) removable pin hinges. The test results were analyzed to identify and explain the causes of observed trends. The amount of interference between the pin vertex and knuckle hole edge was identified as the main factor in hinge strength. After initial testing, the designs were modified and applied to several structures, with successful results for a collapsible hexagon and a folding table. While the initial goal was to have one CAD model as a final product, the need to evaluate tradeoffs depending on the exact application made this impossible. Instead, a set of design guidelines was created to help users make strategic decisions and create their own design. Future work could explore additional scaling effects, printing factors, or other design types.

ContributorsAndreotti, Jaimee Jeannette (Author) / Bhate, Dhruv (Thesis director) / Aukes, Daniel (Committee member) / Dean, W.P. Carey School of Business (Contributor) / Mechanical and Aerospace Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
Description
Multi-material fabrication allows for the creation of individual parts composed of several materials with distinct properties, providing opportunities for integrating mechanisms into monolithic components. Components produced in this manner will have material boundaries which may be points of failure. However, the unique capabilities of multi-material fabrication allow for the use

Multi-material fabrication allows for the creation of individual parts composed of several materials with distinct properties, providing opportunities for integrating mechanisms into monolithic components. Components produced in this manner will have material boundaries which may be points of failure. However, the unique capabilities of multi-material fabrication allow for the use of graded material transitions at these boundaries to mitigate the impact of abrupt material property changes.

The goal of this work is to identify methods of creating graded material transitions that can improve the ultimate tensile strength of a multi-material component while maintaining other model properties. Particular focus is given towards transitions that can be produced using low cost manufacturing equipment. This work presents a series of methods for creating graded material transitions which include previously established transition types as well as several novel techniques. Test samples of each transition type were produced using additive manufacturing and their performance was measured. It is shown that some types of transitions can increase the ultimate strength of a part, while others may introduce new stress concentrations that reduce performance. This work then presents a method for adjusting the elastic modulus of a component to which graded material transitions have been added to allow the original design properties to be met.
ContributorsBrauer, Cole (Author) / Aukes, Daniel (Thesis advisor) / Chen, Xiangfan (Committee member) / Sugar, Thomas (Committee member) / Arizona State University (Publisher)
Created2020
132724-Thumbnail Image.png
Description
Multi-material manufacturing combines multiple fabrication processes to produce individual parts that can be made up of several different materials. These processes can include both additive and subtractive manufacturing methods as well as embedding other components during manufacturing. This yields opportunities for creating single parts that can take the

Multi-material manufacturing combines multiple fabrication processes to produce individual parts that can be made up of several different materials. These processes can include both additive and subtractive manufacturing methods as well as embedding other components during manufacturing. This yields opportunities for creating single parts that can take the place of an assembly of parts produced using conventional techniques. Some example applications of multi-material manufacturing include parts that are produced using one process then machined to tolerance using another, parts with integrated flexible joints, or parts that contain discrete embedded components such as reinforcing materials or electronics.

Multi-material manufacturing has applications in robotics because, with it, mechanisms can be built into a design without adding additional moving parts. This allows for robot designs that are both robust and low cost, making it a particularly attractive method for education or research. 3D printing is of particular interest in this area because it is low cost, readily available, and capable of easily producing complicated part geometries. Some machines are also capable of depositing multiple materials during a single process. However, up to this point, planning the steps to create a part using multi-material manufacturing has been done manually, requiring specialized knowledge of the tools used. The difficulty of this planning procedure can prevent many students and researchers from using multi-material manufacturing.

This project studied methods of automating the planning of multi-material manufacturing processes through the development of a computational framework for processing 3D models and automatically generating viable manufacturing sequences. This framework includes solid operations and algorithms which assist the designer in computing manufacturing steps for multi-material models. This research is informing the development of a software planning tool which will simplify the planning needed by multi-material fabrication, making it more accessible for use in education or research.

In our paper, Voxel-Based Cad Framework for Planning Functionally Graded and Multi-Step Rapid Fabrication Processes, we present a new framework for representing and computing functionally-graded materials for use in rapid prototyping applications. We introduce the material description itself, low-level operations which can be used to combine one or more geometries together, and algorithms which assist the designer in computing manufacturing-compatible sequences. We then apply these techniques to several example scenarios. First, we demonstrate the use of a Gaussian blur to add graded material transitions to a model which can then be produced using a multi-material 3D printing process. Our second example highlights our solution to the problem of inserting a discrete, off-the-shelf part into a 3D printed model during the printing sequence. Finally, we implement this second example and manufacture two example components.
ContributorsBrauer, Cole D (Author) / Aukes, Daniel (Thesis director) / Sodemann, Angela (Committee member) / Engineering Programs (Contributor, Contributor) / Barrett, The Honors College (Contributor)
Created2019-05