| |
|
|
|
|
|
|
|
|
1. |
Record Nr. |
UNINA9910461644603321 |
|
|
Autore |
Romano Cesare |
|
|
Titolo |
Freud and the Dora case : a promise betrayed / / by Cesare Romano |
|
|
|
|
|
Pubbl/distr/stampa |
|
|
Boca Raton, FL : , : Routledge, an imprint of Taylor and Francis, , [2018] |
|
©2015 |
|
|
|
|
|
|
|
|
|
ISBN |
|
0-429-89975-0 |
0-429-47498-9 |
1-78241-317-0 |
|
|
|
|
|
|
|
|
Descrizione fisica |
|
1 online resource (265 p.) |
|
|
|
|
|
|
Collana |
|
The history of psychoanalysis series |
|
|
|
|
|
|
Disciplina |
|
|
|
|
|
|
|
|
Soggetti |
|
Psychoanalysis - History |
Hysteria - Treatment - History |
Electronic books. |
|
|
|
|
|
|
|
|
Lingua di pubblicazione |
|
|
|
|
|
|
Formato |
Materiale a stampa |
|
|
|
|
|
Livello bibliografico |
Monografia |
|
|
|
|
|
Note generali |
|
Description based upon print version of record. |
|
|
|
|
|
|
Nota di contenuto |
|
COVER; CONTENTS; ACKNOWLEDGEMENTS; ABOUT THE AUTHOR; SERIES EDITOR'S FOREWORD; AUTHOR AND TRANSLATOR'S NOTE; FOREWORD; PART I THE CASE HISTORY; CHAPTER ONE The first encounter with Dora; CHAPTER TWO The second encounter with Dora and the beginning of the analysis; CHAPTER THREE The first trauma: a disgusting kiss; CHAPTER FOUR From archaeologist to burglar; CHAPTER FIVE The dream of the burning house; CHAPTER SIX The second dream; CHAPTER SEVEN Confusion of tongues and the traumatolytic function of the dream; CHAPTER EIGHT Conclusions; PART II THE COUNTERTRANSFERENCE |
CHAPTER NINE Dora's analysis and her analyst's vicissitudes: a frame for Freud's countertransferenceCHAPTER TEN Spinach, cocaine, and countertransference in a dream of Freud's; CHAPTER ELEVEN Conclusions; NOTES; REFERENCES; FURTHER READING; INDEX |
|
|
|
|
|
|
|
|
Sommario/riassunto |
|
Cesare Romano revisits Dora's clinical case in light of Freud's own seduction theory. His central thesis is that Freud failed to follow through with his initial proposition of confirming his theories on the traumatic aetiology of hysteria. He also suggests a new dating for the |
|
|
|
|
|
|
|
|
|
|
|
|
|
duration of Dora's therapy, placing the beginning of the analysis within the context of Freud's concurrent and recent life events. A detailed analysis of Dora's first dream shows that Freud did not go back to Dora's first infantile traumas, but stopped instead at the period of her infantile masturbation. In analysing this dream, Romano's theory begins to take shape around the idea that Dora suffered an early trauma: possibly, a sexual abuse inflicted by her father. Drawing on Ferenczi, the author uses the notion of the 'traumatolytic function of the dream' to show that Dora, through her two dreams, was elaborating her early sexual trauma. Dora's analysis is investigated alongside what was happening in Freud's life at the time of the therapy. |
|
|
|
|
|
|
2. |
Record Nr. |
UNINA9910746982603321 |
|
|
Autore |
Reinders James |
|
|
Titolo |
Data Parallel C++ : Programming Accelerated Systems Using C++ and SYCL / / by James Reinders, Ben Ashbaugh, James Brodman, Michael Kinsner, John Pennycook, Xinmin Tian |
|
|
|
|
|
|
|
Pubbl/distr/stampa |
|
|
2023 |
|
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2023 |
|
|
|
|
|
|
|
|
|
ISBN |
|
|
|
|
|
|
|
|
Edizione |
[2nd ed. 2023.] |
|
|
|
|
|
Descrizione fisica |
|
1 online resource (XXX, 630 p. 329 illus., 294 illus. in color.) |
|
|
|
|
|
|
Classificazione |
|
|
|
|
|
|
Disciplina |
|
|
|
|
|
|
Soggetti |
|
Compilers (Computer programs) |
Makerspaces |
Compilers and Interpreters |
Maker |
|
|
|
|
|
|
|
|
Lingua di pubblicazione |
|
|
|
|
|
|
Formato |
Materiale a stampa |
|
|
|
|
|
Livello bibliografico |
Monografia |
|
|
|
|
|
Nota di contenuto |
|
Chapter 1: Introduction -- Chapter 2: Where Code Executes -- Chapter 3: Data Management and Ordering the Uses of Data -- Chapter 4: Expressing Parallelism -- Chapter 5: Error Handling -- Chapter 6: Unified Shared Memory -- Chapter 7: Buffers -- Chapter 8: Scheduling |
|
|
|
|
|
|
|
|
|
|
|
Kernels and Data Movement -- Chapter 9: Local Memory and Work-group Barriers -- Chapter 10: Defining Kernels -- Chapter 11: Vector and Math Arrays -- Chapter 12: Device Information and Kernel Specialization -- Chapter 13: Practical Tips -- Chapter 14: Common Parallel Patterns -- Chapter 15: Programming for GPUs -- Chapter 16: Programming for CPUs -- Chapter 17: Programming for FFGAs -- Chapter 18: Libraries -- Chapter 19: Memory Model and Atomics -- Chapter 20: Backend Interoperability -- Chapter 21: Migrating CUDA Code -- Epilogue. |
|
|
|
|
|
|
Sommario/riassunto |
|
"This book, now in is second edition, is the premier resource to learn SYCL 2020 and is the ONLY book you need to become part of this community." Erik Lindahl, GROMACS and Stockholm University Learn how to accelerate C++ programs using data parallelism and SYCL. This open access book enables C++ programmers to be at the forefront of this exciting and important development that is helping to push computing to new levels. This updated second edition is full of practical advice, detailed explanations, and code examples to illustrate key topics. SYCL enables access to parallel resources in modern accelerated heterogeneous systems. Now, a single C++ application can use any combination of devices–including GPUs, CPUs, FPGAs, and ASICs–that are suitable to the problems at hand. This book teaches data-parallel programming using C++ with SYCL and walks through everything needed to program accelerated systems. The book begins by introducing data parallelism and foundational topics for effective use of SYCL. Later chapters cover advanced topics, including error handling, hardware-specific programming, communication and synchronization, and memory model considerations. All source code for the examples used in this book is freely available on GitHub. The examples are written in modern SYCL and are regularly updated to ensure compatibility with multiple compilers. You Will Learn How to: Accelerate C++ programs using data-parallel programming Use SYCL and C++ compilers that support SYCL Write portable code for accelerators that is vendor and device agnostic Optimize code to improve performance for specific accelerators Be poised to benefit as new accelerators appear from many vendors. |
|
|
|
|
|
|
|
| |