Recent years,the deep learning algorithm has been widely deployed from cloud servers to terminal units.And researchers proposed various neural network accelerators and software development environments.In this article...Recent years,the deep learning algorithm has been widely deployed from cloud servers to terminal units.And researchers proposed various neural network accelerators and software development environments.In this article,we have reviewed the representative neural network accelerators.As an entirety,the corresponding software stack must consider the hardware architecture of the specific accelerator to enhance the end-to-end performance.And we summarize the programming environments of neural network accelerators and optimizations in software stack.Finally,we comment the future trend of neural network accelerator and programming environments.展开更多
Implementing Outlines for the Chinese Environmental Labeling Program Byawarding certificates and labels to related manufacturers in accordance with certain environmentallabeling standards, environmental labeling, also...Implementing Outlines for the Chinese Environmental Labeling Program Byawarding certificates and labels to related manufacturers in accordance with certain environmentallabeling standards, environmental labeling, also called ''Green Label''or ''Eco-label'', certifies viagovernmental departments or public and private organizations that the whole process of producing,using, recalling and disposing of manufacturers'' products is in compliance with certainenvironmental requirements. Many countries are establishing and promoting environmental labelingplans. Environmental labeling, as an important promotion means for prevention and control ofpollution in a market-oriented manner, is being extended and developed constantly across the world.展开更多
Due to the complexity of soil-structure interaction, simple constitutive models typically used for interface elements in general computer programs cannot satisfy the requirements of discontinuous deformation analysis ...Due to the complexity of soil-structure interaction, simple constitutive models typically used for interface elements in general computer programs cannot satisfy the requirements of discontinuous deformation analysis of structures that contain different interfaces. In order to simulate the strain-softening characteristics of interfaces, a nonlinear strain-softening interface constitutive model was incorporated into fast Lagrange analysis of continua in three dimensions (FLAC3D) through a user-defined program in the FISH environment. A numerical simulation of a direct shear test for geosynthetic interfaces was conducted to verify that the interface model was implemented correctly. Results of the numerical tests show good agreement with the results obtained from theoretical calculations, indicating that the model incorporated into FLAC3D can simulate the nonlinear strain-softening behavior of interfaces involving geosynthetic materials. The results confirmed the validity and reliability of the improved interface model. The procedure and method of implementing an interface constitutive model into a commercial computer program also provide a reference for implementation of a new interface constitutive model in FLAC3D.展开更多
CCD is an integrated software tool which is intended to support the coding and debugging for C language. It integrates a hybrid editor,an incremental semantic analyzer,a multi-entry parser,an incremental unpaser and a...CCD is an integrated software tool which is intended to support the coding and debugging for C language. It integrates a hybrid editor,an incremental semantic analyzer,a multi-entry parser,an incremental unpaser and a source-level debugger into a single tool.The integration is realized by sharing common knowledge,among all the components of the system and by task-oriented comhination of the components.Nonlocal attribute grammar is adopted for specifying the common knowledge about the syntax and semantics of C language.The incremental attri bute evaluation is used to implement the semantic analyzer and the unparser to increase system efficiency.CCD keeps the preprocessors and comments most regular to make it practical.展开更多
This paper describes a PVM task scheduler designed and implemented by the authors. The scheduler supports selecting idle workstations, scheduling pool tasks and dynamically produced subtasks. It can improve resource u...This paper describes a PVM task scheduler designed and implemented by the authors. The scheduler supports selecting idle workstations, scheduling pool tasks and dynamically produced subtasks. It can improve resource utilization,reduce job response time and simplify programming.展开更多
Africa has experienced increasing aridity and higher frequency of droughts due to climate change during the half past century with possible adverse effects on agricultural production,especially in dry areas with low r...Africa has experienced increasing aridity and higher frequency of droughts due to climate change during the half past century with possible adverse effects on agricultural production,especially in dry areas with low rainfall.Under the auspices of the Africa Water Action Program between the Chinese Ministry of Science and Technology(MOST)and the United Nations Environment Program(UNEP),the Institute of Agricultural Environment and Resources,Shanxi Academy of Agricultural Sciences(SAAS-IAER)worked closely with domestic and overseas partners on technology transfer in Morocco,Zambia,Egypt,Niger and Ethiopia from 2008 to 2013.A drought early warning system has been established and validated,and drought adaptation technologies have been trialed,modified,demonstrated and extended in African countries,and this shows great potential to increase crop production,water and fertilizer use efficiency and desert control in rainfed areas of Africa.The project has continued for six years and is a successful case of technology transfer and capacity building in Africa.The knowledge and experience gained will be useful to researchers,technicians,aid agencies and policy makers who work on agricultural technology transfer for in dry areas of Africa.展开更多
基金partially supported by the National Key Research and Development Program of China (under Grant 2017YFB1003101, 2018AAA0103300, 2017YFA0700900, 2017YFA0700902, 2017YFA0700901)the National Natural Science Foundation of China (under Grant 61732007, 61432016, 61532016, 61672491, 61602441, 61602446, 61732002, 61702478, and 61732020)+6 种基金Beijing Natural Science Foundation (JQ18013)National Science and Technology Major Project (2018ZX01031102)the Transformation and Transferof Scientific and Technological Achievements of Chinese Academy of Sciences (KFJ-HGZX-013)Key Research Projects in Frontier Science of Chinese Academy of Sciences (QYZDBSSW-JSC001)Strategic Priority Research Program of Chinese Academy of Science (XDB32050200, XDC01020000)Standardization Research Project of Chinese Academy of Sciences (BZ201800001)Beijing Academy of Artificial Intelligence (BAAI) and Beijing Nova Program of Science and Technology (Z191100001119093)
文摘Recent years,the deep learning algorithm has been widely deployed from cloud servers to terminal units.And researchers proposed various neural network accelerators and software development environments.In this article,we have reviewed the representative neural network accelerators.As an entirety,the corresponding software stack must consider the hardware architecture of the specific accelerator to enhance the end-to-end performance.And we summarize the programming environments of neural network accelerators and optimizations in software stack.Finally,we comment the future trend of neural network accelerator and programming environments.
文摘Implementing Outlines for the Chinese Environmental Labeling Program Byawarding certificates and labels to related manufacturers in accordance with certain environmentallabeling standards, environmental labeling, also called ''Green Label''or ''Eco-label'', certifies viagovernmental departments or public and private organizations that the whole process of producing,using, recalling and disposing of manufacturers'' products is in compliance with certainenvironmental requirements. Many countries are establishing and promoting environmental labelingplans. Environmental labeling, as an important promotion means for prevention and control ofpollution in a market-oriented manner, is being extended and developed constantly across the world.
基金supported by the National Natural Science Foundation of China (Grant No.51079047)
文摘Due to the complexity of soil-structure interaction, simple constitutive models typically used for interface elements in general computer programs cannot satisfy the requirements of discontinuous deformation analysis of structures that contain different interfaces. In order to simulate the strain-softening characteristics of interfaces, a nonlinear strain-softening interface constitutive model was incorporated into fast Lagrange analysis of continua in three dimensions (FLAC3D) through a user-defined program in the FISH environment. A numerical simulation of a direct shear test for geosynthetic interfaces was conducted to verify that the interface model was implemented correctly. Results of the numerical tests show good agreement with the results obtained from theoretical calculations, indicating that the model incorporated into FLAC3D can simulate the nonlinear strain-softening behavior of interfaces involving geosynthetic materials. The results confirmed the validity and reliability of the improved interface model. The procedure and method of implementing an interface constitutive model into a commercial computer program also provide a reference for implementation of a new interface constitutive model in FLAC3D.
文摘CCD is an integrated software tool which is intended to support the coding and debugging for C language. It integrates a hybrid editor,an incremental semantic analyzer,a multi-entry parser,an incremental unpaser and a source-level debugger into a single tool.The integration is realized by sharing common knowledge,among all the components of the system and by task-oriented comhination of the components.Nonlocal attribute grammar is adopted for specifying the common knowledge about the syntax and semantics of C language.The incremental attri bute evaluation is used to implement the semantic analyzer and the unparser to increase system efficiency.CCD keeps the preprocessors and comments most regular to make it practical.
文摘This paper describes a PVM task scheduler designed and implemented by the authors. The scheduler supports selecting idle workstations, scheduling pool tasks and dynamically produced subtasks. It can improve resource utilization,reduce job response time and simplify programming.
基金We gratefully acknowledge funding from the Technological Assistance Program of MOST to Developing Countries(KY201904003)the International Cooperation Program of Shanxi Key R&D Program(201903D421001)+2 种基金International Cooperation Program“Africa Water Action”between MOST and UNEP(2010DFA92860)Shanxi Key R&D Program(201803D221011-1)the S&T Innovation Program of Shanxi Academy of Agricultural Sciences(YCX2018DZYX16).
文摘Africa has experienced increasing aridity and higher frequency of droughts due to climate change during the half past century with possible adverse effects on agricultural production,especially in dry areas with low rainfall.Under the auspices of the Africa Water Action Program between the Chinese Ministry of Science and Technology(MOST)and the United Nations Environment Program(UNEP),the Institute of Agricultural Environment and Resources,Shanxi Academy of Agricultural Sciences(SAAS-IAER)worked closely with domestic and overseas partners on technology transfer in Morocco,Zambia,Egypt,Niger and Ethiopia from 2008 to 2013.A drought early warning system has been established and validated,and drought adaptation technologies have been trialed,modified,demonstrated and extended in African countries,and this shows great potential to increase crop production,water and fertilizer use efficiency and desert control in rainfed areas of Africa.The project has continued for six years and is a successful case of technology transfer and capacity building in Africa.The knowledge and experience gained will be useful to researchers,technicians,aid agencies and policy makers who work on agricultural technology transfer for in dry areas of Africa.