Literatura académica sobre el tema "16-Bit float"
Crea una cita precisa en los estilos APA, MLA, Chicago, Harvard y otros
Consulte las listas temáticas de artículos, libros, tesis, actas de conferencias y otras fuentes académicas sobre el tema "16-Bit float".
Junto a cada fuente en la lista de referencias hay un botón "Agregar a la bibliografía". Pulsa este botón, y generaremos automáticamente la referencia bibliográfica para la obra elegida en el estilo de cita que necesites: APA, MLA, Harvard, Vancouver, Chicago, etc.
También puede descargar el texto completo de la publicación académica en formato pdf y leer en línea su resumen siempre que esté disponible en los metadatos.
Artículos de revistas sobre el tema "16-Bit float"
Hao, Xin, Changxing Lin y Qiuyu Wu. "A Parallel Timing Synchronization Structure in Real-Time High Transmission Capacity Wireless Communication Systems". Electronics 9, n.º 4 (16 de abril de 2020): 652. http://dx.doi.org/10.3390/electronics9040652.
Texto completoMaria, Kovaci y Balta Horia. "A Study on Turbo Coded 16-QAM Bit Allocation in Rice Flat Fading Channel". Procedia Computer Science 56 (2015): 300–308. http://dx.doi.org/10.1016/j.procs.2015.07.212.
Texto completoIslam, Md Matiqul, Md Ashraful Islam, Md Kamal Uddin y Sujan Chandra Roy. "Performance evaluation of polar coded neural demapper based 5G MIMO communication system by varying antenna size". Multidisciplinary Science Journal 5, n.º 3 (18 de mayo de 2023): 2023028. http://dx.doi.org/10.31893/multiscience.2023028.
Texto completoReis, M., M. Felizardo, A. C. Fernandes, A. Kling, T. Morlat y J. G. Marques. "Acoustic instrumentation for a bubble chamber towards dark matter searches". E3S Web of Conferences 88 (2019): 01002. http://dx.doi.org/10.1051/e3sconf/20198801002.
Texto completoCococcioni, Marco, Federico Rossi, Emanuele Ruffaldi y Sergio Saponara. "Fast Approximations of Activation Functions in Deep Neural Networks when using Posit Arithmetic". Sensors 20, n.º 5 (10 de marzo de 2020): 1515. http://dx.doi.org/10.3390/s20051515.
Texto completoEl-Tarhuni, Mohamed, Mohamed Hassan y Akram Bin Sediq. "A Jointly Optimized VariableM-QAM and Power Allocation Scheme for Image Transmission". Journal of Computer Networks and Communications 2012 (2012): 1–14. http://dx.doi.org/10.1155/2012/642649.
Texto completoAlimohammad, Amirhossein, Saeed Fouladi Fard y Bruce F. Cockburn. "Filter-Based Fading Channel Modeling". Modelling and Simulation in Engineering 2012 (2012): 1–10. http://dx.doi.org/10.1155/2012/705078.
Texto completoAl-Batran, Salah-Eddin, Ralf Dieter Hofheinz, Harald Schmalenberg, Dirk Strumberg, Eray Goekkurt, Stefan Angermeier, Thomas Zander et al. "Perioperative ramucirumab in combination with FLOT versus FLOT alone for resectable esophagogastric adenocarcinoma (RAMSES/FLOT7): Results of the phase II-portion—A multicenter, randomized phase II/III trial of the German AIO and Italian GOIM." Journal of Clinical Oncology 38, n.º 15_suppl (20 de mayo de 2020): 4501. http://dx.doi.org/10.1200/jco.2020.38.15_suppl.4501.
Texto completoQatawneh, Ibrahim. "Bit Error Rate Performance of Ofdm Utilising Differentially Encoded 16 Star Qam with Differentially Coherent Demodulation in Awgn, Frequency Flat and Two-Path Fading Channels.(Dept.E)". MEJ. Mansoura Engineering Journal 27, n.º 3 (24 de enero de 2021): 37–48. http://dx.doi.org/10.21608/bfemu.2021.142709.
Texto completoGoetze, Thorsten Oliver, Ralf-Dieter Hofheinz, Harald Schmalenberg, Dirk Strumberg, Eray Goekkurt, Stefan Angermeier, Thomas Zander et al. "Perioperative ramucirumab in combination with FLOT versus FLOT alone for resectable esophagogastric adenocarcinoma (RAMSES/FLOT7) with high rate of signet cell component: Final results of the multicenter, randomized phase II/III trial of the German AIO and Italian GOIM." Journal of Clinical Oncology 40, n.º 16_suppl (1 de junio de 2022): 4042. http://dx.doi.org/10.1200/jco.2022.40.16_suppl.4042.
Texto completoTesis sobre el tema "16-Bit float"
Romera, Thomas. "Adéquation algorithme architecture pour flot optique sur GPU embarqué". Electronic Thesis or Diss., Sorbonne université, 2023. http://www.theses.fr/2023SORUS450.
Texto completoThis thesis focus on the optimization and efficient implementation of pixel motion (optical flow) estimation algorithms on embedded graphics processing units (GPUs). Two iterative algorithms have been studied: the Total Variation - L1 (TV-L1) method and the Horn-Schunck method. The primary objective of this work is to achieve real-time processing, with a target frame processing time of less than 40 milliseconds, on low-power platforms, while maintaining acceptable image resolution and flow estimation quality for the intended applications. Various levels of optimization strategies have been explored. High-level algorithmic transformations, such as operator fusion and operator pipelining, have been implemented to maximize data reuse and enhance spatial/temporal locality. Additionally, GPU-specific low-level optimizations, including the utilization of vector instructions and numbers, as well as efficient memory access management, have been incorporated. The impact of floating-point number representation (single-precision versus half-precision) has also been investigated. The implementations have been assessed on Nvidia's Jetson Xavier, TX2, and Nano embedded platforms in terms of execution time, power consumption, and optical flow accuracy. Notably, the TV-L1 method exhibits higher complexity and computational intensity compared to Horn-Schunck. The fastest versions of these algorithms achieve a processing rate of 0.21 nanoseconds per pixel per iteration in half-precision on the Xavier platform, representing a 22x time reduction over efficient and parallel CPU versions. Furthermore, energy consumption is reduced by a factor of x5.3. Among the tested boards, the Xavier embedded platform, being both the most powerful and the most recent, consistently delivers the best results in terms of speed and energy efficiency. Operator merging and pipelining have proven to be instrumental in improving GPU performance by enhancing data reuse. This data reuse is made possible through GPU Shared memory, which is a small, high-speed memory that enables data sharing among threads within the same GPU thread block. While merging multiple iterations yields performance gains, it is constrained by the size of the Shared memory, necessitating trade-offs between resource utilization and speed. The adoption of half-precision numbers accelerates iterative algorithms and achieves superior optical flow accuracy within the same time frame compared to single-precision counterparts. Half-precision implementations converge more rapidly due to the increased number of iterations possible within a given time window. Specifically, the use of half-precision numbers on the best GPU architecture accelerates execution by up to x2.2 for TV-L1 and x3.7 for Horn-Schunck. This work underscores the significance of both GPU-specific optimizations for computer vision algorithms, along with the use and study of reduced floating point numbers. They pave the way for future enhancements through new algorithmic transformations, alternative numerical formats, and hardware architectures. This approach can potentially be extended to other families of iterative algorithms
Capítulos de libros sobre el tema "16-Bit float"
Pournelle, Jerry. "Buying a Computer". En 1001 Computer Words You Need to Know. Oxford University Press, 2004. http://dx.doi.org/10.1093/oso/9780195167757.003.0011.
Texto completoAtkins, Peter. "Networking Opportunities: The Friedel Crafts Reaction". En Reactions. Oxford University Press, 2011. http://dx.doi.org/10.1093/oso/9780199695126.003.0027.
Texto completoActas de conferencias sobre el tema "16-Bit float"
Franco, Nata, Mauricio Corona, Andres Davila, Uttam Aswal, Mohammed Aljuzayri, Sarah Albanawi, Edison Barrera, Aldia Syamsudhuha, Murtada AlHassan y Maksim Antonov. "Technical Challenges and Technology Deployment of First 16? CWD Jobs with Stage-Cementing Tool: Deepest and Longest Runs in the Region". En SPE/IADC Middle East Drilling Technology Conference and Exhibition. SPE, 2023. http://dx.doi.org/10.2118/214589-ms.
Texto completoSusin, Matheus M. y Lucas Wanner. "Approximate Reciprocal Square Root with Single - and Half-Precision Floats". En Escola Regional de Alto Desempenho de São Paulo. Sociedade Brasileira de Computação, 2018. http://dx.doi.org/10.5753/eradsp.2018.13600.
Texto completoOmara, Ahmed, Hector Alba, Faisal Al Yarroby, Ahmed Al Abri y Riyad Al Habsi. "A Unique Engineering Approach in Horizontal Drilling Through Unconsolidated Formations to Minimize Time and Cost Using High-Build-Rate Rotary Steerable Systems in Sultanate of Oman". En SPE/IADC Middle East Drilling Technology Conference and Exhibition. SPE, 2021. http://dx.doi.org/10.2118/202095-ms.
Texto completoLall, Pradeep y Kartik Goyal. "Reliability of SAC 305 Solder Interconnects on Double-Sided Flexible Printed Circuit Board Using X-Ray Micro-CT". En ASME 2017 International Technical Conference and Exhibition on Packaging and Integration of Electronic and Photonic Microsystems collocated with the ASME 2017 Conference on Information Storage and Processing Systems. American Society of Mechanical Engineers, 2017. http://dx.doi.org/10.1115/ipack2017-74264.
Texto completo